diff --git a/docs/images/access/jupyterhub-dashboard.png b/docs/images/access/jupyterhub-dashboard.png index a4a7b8561..025ea3a0a 100644 Binary files a/docs/images/access/jupyterhub-dashboard.png and b/docs/images/access/jupyterhub-dashboard.png differ diff --git a/docs/images/access/jupyterhub-login.png b/docs/images/access/jupyterhub-login.png index b28ef13af..26be6de26 100644 Binary files a/docs/images/access/jupyterhub-login.png and b/docs/images/access/jupyterhub-login.png differ diff --git a/docs/images/access/jupyterhub-select-server.png b/docs/images/access/jupyterhub-select-server.png index 9ff551222..0745d31bb 100644 Binary files a/docs/images/access/jupyterhub-select-server.png and b/docs/images/access/jupyterhub-select-server.png differ diff --git a/docs/images/access/jupyterhub-startup.png b/docs/images/access/jupyterhub-startup.png index e0022d842..1f8f588ce 100644 Binary files a/docs/images/access/jupyterhub-startup.png and b/docs/images/access/jupyterhub-startup.png differ diff --git a/docs/services/jhub/quickstart.md b/docs/services/jhub/quickstart.md index 481cd0b18..35f6ad0de 100644 --- a/docs/services/jhub/quickstart.md +++ b/docs/services/jhub/quickstart.md @@ -2,7 +2,7 @@ ## Accessing -Access the EIDF Notebooks in your browser by opening [https://notebooks.eidf.ac.uk/](https://notebooks.eidf.ac.uk/). You must be a member of an active EIDF project and have a user account to use the EIDF Notebook Service. +Access the EIDF Notebooks in your browser by opening [https://notebook.eidf.ac.uk/](https://notebook.eidf.ac.uk/). You must be a member of an active EIDF project and have a user account to use the EIDF Notebook Service. ![JupyterHub Login Page](../../images/access/jupyterhub-login.png) @@ -50,7 +50,12 @@ pip install --user ## Data -There is a project space mounted in `/project_data`. Only project accounts have permissions to view and write to their project folder in this space. Here you can also share data with DSC VMs in your project. Please contact the helpdesk if you would like to mount this project space to one of your VMs. Data placed in `/project_data/shared` is shared with other notebook users outside your project. +There is a project space mounted in `/project_data`. Only project accounts have permissions to view and write to their project folder in this space. +Here you can share data with other notebook users in your project. +Data placed in `/project_data/shared` is shared with other notebook users outside your project. + +You can also share data with DSC VMs in your project. +Please contact the helpdesk if you would like to mount this project space to one of your VMs. ## Limits diff --git a/mkdocs.yml b/mkdocs.yml index cd1f30dec..05b7140b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,9 +75,9 @@ nav: - "Profiling": services/graphcore/training/L3_profiling.md - "Other Frameworks": services/graphcore/training/L4_other_frameworks.md - "Graphcore FAQ": services/graphcore/faq.md - # - "Notebooks": - # - "Overview": services/jhub/index.md - # - "Quickstart": services/jhub/quickstart.md + - "Notebooks": + - "Overview": services/jhub/index.md + - "Quickstart": services/jhub/quickstart.md - "Data Services": - "S3": - "Overview": services/s3/index.md