Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Set up our own JupyterLab instance for the exeriment builder, import the data from the globe visualization into the first block of python code, provide provenance data / interface.

License

Notifications You must be signed in to change notification settings

eWaterCycle/jupyterlab-experiment-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

The eWaterCycle conda environment replaces the environment file in this repository, see eWaterCycle system setup page . The eWaterCycle python package uses container tech to isolate the models. Having a Dockerfile with Docker/Singularity inside of it is too complicated so we have stopped supporting this builder.

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

About

Set up our own JupyterLab instance for the exeriment builder, import the data from the globe visualization into the first block of python code, provide provenance data / interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published