diff --git a/doc.zih.tu-dresden.de/docs/quickstart/getting_started.md b/doc.zih.tu-dresden.de/docs/quickstart/getting_started.md index b7d853ab180d1f697ac36cf011c467808e6198b7..ffa80d58f92b4f47da6b73851062e9704b194812 100644 --- a/doc.zih.tu-dresden.de/docs/quickstart/getting_started.md +++ b/doc.zih.tu-dresden.de/docs/quickstart/getting_started.md @@ -69,25 +69,27 @@ Next, the mentioned access methods are described step by step. ### JupyterHub 1. Access JupyterHub at -[https://taurus.hrsk.tu-dresden.de/jupyter](https://taurus.hrsk.tu-dresden.de/jupyter) -(not yet available for barnard). -1. Start by clicking on the button `Start My Server` and you will see two Spawner Options, -`Simple` and `Advanced`. -1. The `Simple` view offers a minimal selection of parameters to choose from. The `Advanced` -view gives more opportunities. To get started, choose the `Simple` view, follow the image below -for choice of parameters and then click `Spawn` +[https://jupyterhub.hpc.tu-dresden.de](https://jupyterhub.hpc.tu-dresden.de). +1. Log in with your ZIH-login credentials. +1. Choose a profile (system and resources):  {: align="center"} -1. You will see: +1. You will see the following - wait until resources are allocated:  -1. Once it loads, you will see the possibility between opening a `Notebook`, `Console` or `Other`. +1. Once JupyterLab is loaded, you will see all available kernels on the system you chose, +categorized by `Notebook`, `Console` and `Other`, with which you can start right away. If you miss +software packages that you wish to use, you can +[build your own environment and jupyter kernel](../access/jupyterhub_custom_environments.md). Note that you will now be working in your home directory as opposed to a specific workspace -(see [Data Management and Data Transfer](#data-transfer-and-data-management) section below for more details). +(see [Data Management and Data Transfer](#data-transfer-and-data-management) +section below for more details). -!!! caution "Stopping session on JupyterHub" - Once you are done with your work on the ZIH HPC systems, explicitly stop the session by logging - out by clicking `File` → `Log Out` → `Stop My Server`. - Alternatively, choose `File` → `Hub Control Panel` → `Stop My Server`. +!!! caution "Stopping your Jupyter session" + + Once you are done, you have to explicitly stop the Jupyter session by clicking + `File` → `Hub Control Panel` → `Stop My Server`. + Otherwise it will run for the amount of hours you chose with the spawning profile. + Logging out will not stop your server. Explore the [JupyterHub](../access/jupyterhub.md) page for more information. diff --git a/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawner-options.jpg b/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawner-options.jpg index 4e7bbdec0fe5296c0bdc5da9492896db2ccc3045..db20e08947a38458843a0535d4b0575b2289c6b0 100644 Binary files a/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawner-options.jpg and b/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawner-options.jpg differ diff --git a/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawning.jpg b/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawning.jpg index 61889775bc44e895bcb04efdfc0fa852f4dc7ae7..f84dc39fa0cd7f01d800d8776b2dd09c93a4bf17 100644 Binary files a/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawning.jpg and b/doc.zih.tu-dresden.de/docs/quickstart/misc/jupyterhub-spawning.jpg differ