ewatercycle/jupyterlab-experiment-builder
Jupyter Lab Docker image with eWaterCycle dependencies installed
122
Out of date please follow https://ewatercycle.readthedocs.io/en/latest/system_setup.html to install.
Jupyter Lab Docker image with eWaterCycle dependencies installed.
To start JupyterLab on http://localhost:8888 use
docker run -it --rm -p 8888:8888 ewatercycle/jupyterlab-experiment-builder
To persist notebooks in current directory use
docker run -e NB_UID=$(id -u) -e NB_GID=$(id -g) -v $PWD:/home/jovyan -it --rm -p 8888:8888 ewatercycle/jupyterlab-experiment-builder
docker build -t ewatercycle/jupyterlab-experiment-builder .
Based on https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook
docker pull ewatercycle/jupyterlab-experiment-builder