diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterhub.md b/doc.zih.tu-dresden.de/docs/access/jupyterhub.md index ad1c05a6b9ab500496d2a5cf775a5ff8b04c062d..172634771e3442455759e15d6ffd26b0fee99574 100644 --- a/doc.zih.tu-dresden.de/docs/access/jupyterhub.md +++ b/doc.zih.tu-dresden.de/docs/access/jupyterhub.md @@ -67,6 +67,14 @@ We have created three profiles for each Cluster, namely: | VIS - 2 Core, 4GB, 2 Hours | Visualization | ANSYS | | VIS - 4 Core, 8GB, 6 Hours | Visualization | ANSYS | +### Advanced options + +Aside of the standard profiles there is the possibility to specify custom parameters to the job +spawner. This can be activate clicking at the advanced button located below to the profile list. + + +{: align="center"} + ## JupyterLab After your session it is spawned you will be redirected to JupyterLab. The main interface looks @@ -107,7 +115,14 @@ At the following table it's possible to see what is available at each cluster. In JupyterHub, you can create scripts in notebooks. Notebooks are programs which are split into multiple logical code blocks. Each block can be executed individually. In between those code blocks, you can insert text blocks for documentation. Each notebook is paired with a kernel running -the code. We currently offer one for Python, C++, MATLAB and R. +the code. + +We offer some custom kernel for Julia*, MATLAB and R. + +!!! note + Some kernels may not be available depending of the amounting of resources requested for the + job or due to the availability of modules to an specific cluster. + ### Version Control of Jupyter Notebooks with Git diff --git a/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_advanced_form.png b/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_advanced_form.png new file mode 100644 index 0000000000000000000000000000000000000000..050f013b78ceed3cfc3175d3011461d9658f5f2a Binary files /dev/null and b/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_advanced_form.png differ diff --git a/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_profile_selector.png b/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_profile_selector.png index 2cf0f1a2963fe2b7d8060b93bb59ee73f62f3daa..a8c6a13c1562afe03d55d4e1a15332fc79f2d7f9 100644 Binary files a/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_profile_selector.png and b/doc.zih.tu-dresden.de/docs/access/misc/jupyterhub_profile_selector.png differ