Skip to content

Commit d62dfd0

Browse files
Merge branch 'master' into 'master'
fix indent on github See merge request qs/oreswig-github!4
2 parents c869052 + 728f769 commit d62dfd0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tutorials.06.notebooks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run Juyper Notebook examples using the ORE Python wheels
1+
# Run Jupyter Notebook examples using the ORE Python wheels
22

33
This tutorial is aimed at the user who wants to install the pre-built ORE
44
Python module and use it to execute example Jupyter notebooks provided in
@@ -40,17 +40,17 @@ Please note that these steps must be executed sequentially in a single command p
4040

4141
After the first time run, you simply need to activate the virtual environment and run jupyter lab.
4242

43-
(Windows): ```.\venv\Scripts\activate.bat ```
43+
(Windows): ```.\venv\Scripts\activate.bat ```
4444

45-
(Linux, Mac): ```source "$(pwd)/venv/bin/activate" ```
45+
(Linux, Mac): ```source "$(pwd)/venv/bin/activate" ```
4646

4747
python -m jupyterlab
4848

4949
## Exit the virtual environment
5050

5151
To deactivate the virtual environment you can simply close the command prompt/terminal window. Othewise you can run the relevant deactivation script (assuming that the working directory is the Notebooks directory:
5252

53-
(Windows): ```.\venv\Scripts\deactivate.bat ```
53+
(Windows): ```.\venv\Scripts\deactivate.bat ```
5454

55-
(Linux, Mac): ```source "$(pwd)/venv/bin/deactivate" ```
55+
(Linux, Mac): ```source "$(pwd)/venv/bin/deactivate" ```
5656

0 commit comments

Comments
 (0)