Skip to content

Commit 5bcb0b6

Browse files
danielballanksunden
authored andcommitted
Explain how to launch executable tutorials.
1 parent 38619bb commit 5bcb0b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ launch JupyterLab.
2525
git clone https://github.com/scientific-python/executable-tutorials
2626
cd executable-tutorials
2727
28+
<<<<<<< HEAD
2829
python -m venv .venv
2930
source .venv/bin/activate
31+
=======
32+
python -m venv venv
33+
source venv/bin/activate
34+
>>>>>>> d8cca2b (Explain how to launch executable tutorials.)
3035
3136
pip install -r requirements.txt
3237
jupyter lab

0 commit comments

Comments
 (0)