From 602689414c0c07c691b671f8e73a979cea14a640 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Fri, 23 Feb 2024 11:17:41 +0100 Subject: [PATCH] Update jupyterlab.md --- doc.zih.tu-dresden.de/docs/access/jupyterlab.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterlab.md b/doc.zih.tu-dresden.de/docs/access/jupyterlab.md index 17055be84..0d2a0d1a3 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. -- GitLab