ewatercycle/jupyterlab-experiment-builder

Sponsored OSS

By ewatercycle

Updated almost 6 years ago

Jupyter Lab Docker image with eWaterCycle dependencies installed

Image

122

Deprecated

Out of date please follow https://ewatercycle.readthedocs.io/en/latest/system_setup.html to install.

Jupyter Lab Docker image with eWaterCycle dependencies installed.

Usage

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

Build

docker build -t ewatercycle/jupyterlab-experiment-builder .

Based on https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook

Docker Pull Command

docker pull ewatercycle/jupyterlab-experiment-builder