Experimentieren und Evaluieren Notebooks
Designed to work in Docker containers based on the simulation/exev/jupyterhub image.
Run on Jupyter Hub (recommended)
Browse to https://jupyter.tschiera.ch/, select Experimentieren und Evaluieren and start the server.
Run Locally
Just run the following script within the the folder of the readme. You need to have Docker installed.
docker run -ti --rm \
-p 8888:8888 \
-e JUPYTER_ENABLE_LAB=yes \
-v "$PWD":/home/jovyan/work \
gitlab.ost.ch:45023/simulation/exev/jupyterhub
Then, visit the website shown in the terminal output.