diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
index 17055be844041bc0ecc8f8b38874c617ca163f0d..0d2a0d1a3618443ff1862c2ca586039e37283216 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md
@@ -10,7 +10,7 @@
     marie@login$ ml Python/3.10.8
     marie@login$ source /software/util/JupyterLab/alpha/jupyterlab-4.0.4/bin/activate
     marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty --gres=gpu:1 bash -l
-    marie@compute$ jupyter lab --port=8888 -y
+    marie@compute$ jupyter lab -y
     ```
 
 === "barnard"
@@ -21,7 +21,7 @@
     marie@login$ ml Python/3.10.8
     marie@login$ source /software/util/JupyterLab/barnard/jupyterlab-4.0.4/bin/activate
     marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
-    marie@compute$ jupyter lab --port=8888 -y
+    marie@compute$ jupyter lab -y
     ```
 
 === "romeo"
@@ -32,7 +32,7 @@
     marie@login$ ml Python/3.10.8
     marie@login$ source /software/util/JupyterLab/romeo/jupyterlab-4.0.4/bin/activate
     marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
-    marie@compute$ jupyter lab --port=8888 -y
+    marie@compute$ jupyter lab -y
     ```
 
 === "visualization"
@@ -44,7 +44,7 @@
     marie@login$ source /software/util/JupyterLab/vis/jupyterlab-4.0.4/bin/activate
     marie@login$ export SLURM_CONF=/software/util/dcv/etc/slurm/slurm.conf
     marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty bash -l
-    marie@compute$ jupyter lab --port=8888 -y --browser=chromium-browser
+    marie@compute$ jupyter lab -y --browser=chromium-browser
     ```
 
     If you then want to start a DCV session, click the button and a new tab appear.