Manual

Execute the Jupyter notebooks

This course content is provided as Jupyter notebooks that require to be powered by a Jupyter server with Python3 kernel.

Install Jupyter

First install Anaconda

Anaconda is complete and easy to install. In particular, it is shipped with:

For a detailed installation of Anaconda and its extensions on Windows, Mac or Linux, follow the Anaconda logo instructions.

Finalize installation with conda

From the project root directory, type:

conda install --file requirements.txt

Run a Jupyter server

jupyter-notebook

Optional: build and publish

If you want be able to build and publish this course material, follow these instructions .