We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a72ca commit 2ff8260Copy full SHA for 2ff8260
index.md
@@ -25,8 +25,8 @@ launch JupyterLab.
25
git clone https://github.com/scientific-python/executable-tutorials
26
cd executable-tutorials
27
28
-python -m venv venv
29
-source venv/bin/activate
+python -m venv .venv
+source .venv/bin/activate
30
31
pip install -r requirements.txt
32
jupyter lab
0 commit comments