diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
index ccfde53b41767a565e0757782d40acbfddcb00f6..8dc5e54d8114e4fa7207d4c2e45a5ec7504902a8 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
@@ -2,6 +2,35 @@
 
 ## Access without JupyterHub
 
+   ```console
+   [marie@login ~]$ start_jupyterlab.sh
+   ```
+
+![profile select](misc/jupyterlab_wout_hub.png)
+{: align="center"}
+
+   ```console
+   Starting JupyterLab...
+   Submitted batch job 1984
+   [marie@login ~]$
+   ```
+
+Do not disconnect/logout.
+Wait until you receive a message with further instructions on how to connect to yours lab session.
+
+   ```console
+   Message from marie@login on <no tty> at 14:22 ...
+
+    At your local machine, run: 
+    ssh marie@login.<cluster>.hpc.tu-dresden.de -NL 8946:<node>:8138
+
+    and point your browser to http://localhost:8946/?token=M7SHy...5HnsY...GMaRj0e2X
+    To stop this notebook, run 'scancel 1984'
+   EOF
+   ```
+
+#### Other alternative for starting your jupyterlab
+
 === "alpha"
 
     ```console
diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterlab_user.md b/doc.zih.tu-dresden.de/docs/access/jupyterlab_user.md
index 5e4dd8a9516f1587a066cec661f5a98daebcccda..5686faa6be84b03b43e90d3a49e49a6d1a2091f9 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterlab_user.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterlab_user.md
@@ -10,7 +10,7 @@ Is it now possible to install your custom JupyterLab.
 
 !!! warning
 
-    Installing a custom JupyterLab is not will be not mantained by our technicias.
+    Please note that our technicias will not mantain your own JupyterLab installation.
 
 Please understand that JupyterLab is a complex software system of which we are
 not the developers and don't have any downstream support contracts for, so we
diff --git a/doc.zih.tu-dresden.de/docs/access/misc/jupyterlab_wout_hub.png b/doc.zih.tu-dresden.de/docs/access/misc/jupyterlab_wout_hub.png
new file mode 100644
index 0000000000000000000000000000000000000000..717bd1860d19087c19a7ea5b5a8ad476557433d8
Binary files /dev/null and b/doc.zih.tu-dresden.de/docs/access/misc/jupyterlab_wout_hub.png differ