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 84e16c4 commit c1b8e95Copy full SHA for c1b8e95
index.md
@@ -25,13 +25,8 @@ 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