Tutorials

running the tutorials

The notebooks can run online using binder.

https://mybinder.org/badge_logo.svg

Or you can download the tutorials from github. The dependencies are listed in tutorials-requirements.txt. Install and start Jupyter from the docs/tutorials directory:

pip install -r tutorials-requirements.txt
python -m jupyter lab

Finally, you can view a static version of the tutorials here.