Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 527 Bytes

Viewing

For optimal viewing, browse this folder using nbviewer .

See notebooks section on ReadTheDocs

Dynamic Execution / Editing

First:

pyvenv venv
source venv/bin/activate
export PYTHONPATH=.:$PYTHONPATH
pip install -r requirements.txt
pip install jupyter

To run a notebook, do the following from the parent folder:

make nb

Then browse to the 'notebooks' fold