From e9d14e222bee4547fe68da8c028b21d8a2ebdf2f Mon Sep 17 00:00:00 2001 From: "Giar, Marcel" <marcel.giar@theo.physik.uni-giessen.de> Date: Thu, 8 Sep 2022 16:54:51 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f47c3..01214c4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ Afterwards, activate it: ```shell $ conda activate scipython -$ jupyter nbextension enable splitcell/splitcell # This is required to view some of the slides in the Jupyter notebooks ``` #### Anaconda Navigator (e.g. Windows) @@ -63,7 +62,9 @@ $ python3 -m venv .venv # Creates a virtual environment $ source .venv/bin/activate $ pip3 install --upgrade pip $ pip3 install -r requirements.txt # This file is located at the root of the directory containing this repository. -$ jupyter nbextension enable splitcell/splitcell # This is required to view some of the slides in the Jupyter notebooks +$ jupyter contrib nbextension install --sys-prefix +$ jupyter-nbextension install rise --py --sys-prefix +$ jupyter-nbextension enable rise --py --sys-prefix ``` Please refer to [this link](https://docs.python.org/3/library/venv.html) for how to create a virtual environment on Windows. -- GitLab