Skip to content
Snippets Groups Projects
Commit 64ccd653 authored by Elias Werner's avatar Elias Werner
Browse files

fix also multi window in jupyter example

parent 25d8a5d7
No related branches found
No related tags found
2 merge requests!488Automated merge from preview to main,!485docs: Add Jupyter Teaching Example
...@@ -75,11 +75,13 @@ Now, you can re-create the environment and the whole course from the git reposit ...@@ -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: To test the activation of the environment use:
=== "virtualenv" === "virtualenv"
```console ```console
marie@compute$ source /scratch/ws/1/python_virtual_environment_teaching/env/bin/activate #Activate virtual environment. Example output: (envtest) bash-4.2$ marie@compute$ source /scratch/ws/1/python_virtual_environment_teaching/env/bin/activate #Activate virtual environment. Example output: (envtest) bash-4.2$
``` ```
=== "conda" === "conda"
```console ```console
marie@compute$ conda activate /scratch/ws/1/conda_virtual_environment_teaching marie@compute$ conda activate /scratch/ws/1/conda_virtual_environment_teaching
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment