Skip to content
Snippets Groups Projects
Commit bf1e2206 authored by Marc Sommerhalder's avatar Marc Sommerhalder
Browse files

Initial commit

parents
Branches
No related tags found
No related merge requests found
# 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.
```bash
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment