We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38619bb commit 5bcb0b6Copy full SHA for 5bcb0b6
index.md
@@ -25,8 +25,13 @@ launch JupyterLab.
25
git clone https://github.com/scientific-python/executable-tutorials
26
cd executable-tutorials
27
28
+<<<<<<< HEAD
29
python -m venv .venv
30
source .venv/bin/activate
31
+=======
32
+python -m venv venv
33
+source venv/bin/activate
34
+>>>>>>> d8cca2b (Explain how to launch executable tutorials.)
35
36
pip install -r requirements.txt
37
jupyter lab
0 commit comments