File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments