jupyter
An image with OpenDataCube and Jupyter
3.0K
To run this image, use something like:
docker run \
--rm \
-p 8888:8888 \
opendatacube/jupyter \
jupyter notebook --ip="*" --NotebookApp.token='secretpassword'
The image comes with the standard ODC installed, including the entrypoint that sets the config from the environment.
There is also a simple Docker Compose file, so you can run the application with Postgres as well like this:
docker-compose up
You can change the name of the unprivileged user that Jupyter runs as by setting the environment variable NB_USER to something.
Content type
Image
Digest
Size
508.5 MB
Last updated
almost 7 years ago
docker pull opendatacube/jupyterPulls:
163
Last week