Skip to content

Commit 47352e1

Browse files
indent
1 parent 5d452f6 commit 47352e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tutorials.06.notebooks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,17 @@ We assume below that the python executable points to a permissible Python 3 vers
3030

3131
## Install required Python modules
3232

33+
The Notebook examples require Jupyter, the ORE Python module and a few additional packages.
34+
3335
python -m pip install open-source-risk-engine pytest matplotlib pandas plotly jupyter_server==2.8.0 jupyter
3436

3537
## Launch Jupyter with reference to the Notebooks directory
3638

3739
python -m jupyterlab --notebook-dir=/path/to/OREAnalytics-SWIG/Python/Examples/Notebooks
3840

41+
This opens a browser window that shows the list of Example folders on the left hand side.
42+
Double click to change into any of the Example folders and then double click the Jupyter notebook to open.
43+
3944
## Exit the virtual environment
4045

4146
deactivate

0 commit comments

Comments
 (0)