FPRO Notebooks to study before classes and to use during the class.
See in the Preface how to download the notebooks and how to open your working copy.
The following instructions are relevant if you want to setup the jupyterbook environment used for the Github Pages action. Kids, this mean you probably won't need this.
- Python 3.0+
- pip
- virtualenv (optional)
# setup virtual environment (optional)
$ virtualenv venv # only needed the first time
$ source venv/bin/activate
# install dependencies
$ pip install -r ci-requirements.txt
# build the book
$ jupyter-book build .
For additional commands and options checkout jupyterbook's docs.