ParFlow JupyterLab Container
This container builds on parflow/parflow:latest and adds all the python pftools capabilities, common libraries, and a jupyter lab environment. It allows users to easily run ParFlow without building locally. It can be run via the command line:
docker run --rm -it -p 8888:8888 -v $(pwd):/data reedmaxwell/parflowjupyter
This launches a notebook server with access to the directory you are in and every one below it. So if you have /parflow_work_dir/ it can work directly from that location. When run you should get output like:
To access the server, open this file in a browser:
file:///root/.local/share/jupyter/runtime/jpserver-1-open.html
Or copy and paste one of these URLs:
http://0422cde8d804:8888/lab?token=bb8f1a6796cf090dfb01c06128b43b573f37feed649da96f
or http://127.0.0.1:8888/lab?token=bb8f1a6796cf090dfb01c06128b43b573f37feed649da96f
You can just copy the last line, paste in a browser and go.
Content type
Image
Digest
Size
881.1 MB
Last updated
over 4 years ago
docker pull reedmaxwell/parflowjupyter