- Run on mybinder.org infrastructure:
- Run on Uni Münster infrastructure:
- Run as WebAssembly in your browser using JupyterLite:
Tested on Python 3.8
python -m venv .venv
source .venv/bin/activate
pip install -U pip setuptools wheel
pip install -r requirements.txt
pip install -r requirements-jupyterlab.txt
jupyter-lab
pip install git+https://github.com/pymor/pymor@siam-cse23