From 64ccd6531f485166323101f57d45e4f3877a74b5 Mon Sep 17 00:00:00 2001 From: Elias Werner <eliwerner3@googlemail.com> Date: Wed, 16 Feb 2022 11:42:32 +0100 Subject: [PATCH] fix also multi window in jupyter example --- doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md b/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md index bf5a96d03..6f82534dd 100644 --- a/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md +++ b/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md @@ -75,11 +75,13 @@ Now, you can re-create the environment and the whole course from the git reposit To test the activation of the environment use: === "virtualenv" + ```console marie@compute$ source /scratch/ws/1/python_virtual_environment_teaching/env/bin/activate #Activate virtual environment. Example output: (envtest) bash-4.2$ ``` === "conda" + ```console marie@compute$ conda activate /scratch/ws/1/conda_virtual_environment_teaching -- GitLab