Scientific Jupyter Notebook Python Stack. Support for x86_64 | arm64 | ppc64le.
7.5K
GitHub Actions in the laineil/containers/app/jupyter project builds and pushes this image to Docker Hub.
Please visit the project documentation site for help to use and contribute to this image and others.
$ docker run -d \
--name jupyter_scipy \
-p [expose_port]:8888 \
laineil/jupyter-scipy-notebook:[tag]
$ docker run -d \
--name jupyter_scipy \
--gpus [number_of_GPUs] \
-p [expose_port]:8888 \
laineil/jupyter-scipy-notebook:[tag]
$ docker run -d \
--name jupyter_scipy \
-p [expose_port]:8888 \
--user root \
-e GRANT_SUDO=yes \
laineil/jupyter-scipy-notebook:[tag]
$ docker logs jupyter_scipy
$ docker container stop jupyter_scipy
$ docker container rm jupyter_scipy
BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.
Content type
Image
Digest
sha256:3bbdae83b…
Size
1.2 GB
Last updated
over 2 years ago
docker pull laineil/jupyter-scipy-notebook