Course files for KEMM30. To run this on a remote Jupyter server, click launch binder above.
To open the Notebooks, install python via Miniconda and make sure all required packages are loaded by issuing the following terminal commands
conda env create -f environment.yml
conda activate KEMM30
jupyter nbextension enable rubberband/main
jupyter nbextension enable exercise2/main
jupyter nbextension enable --py widgetsnbextension
jupyter-notebook