Sign inSign up

laineil/jupyter-scipy-notebook

By laineil

Updated over 2 years ago

Scientific Jupyter Notebook Python Stack. Support for x86_64 | arm64 | ppc64le.

Image
0

7.5K

laineil/jupyter-scipy-notebook repository overview

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date) Static Badge Static Badge Static Badge GitHub

About Jupyter Notebook Scientific Python Stack

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.

Image information

Run a container

  • Run without GPU
$ docker run -d \
--name jupyter_scipy \
-p [expose_port]:8888 \
laineil/jupyter-scipy-notebook:[tag]
  • Run with GPU
$ docker run -d \
--name jupyter_scipy \
--gpus [number_of_GPUs] \
-p [expose_port]:8888 \
laineil/jupyter-scipy-notebook:[tag]
  • Run sudo within container
$ docker run -d \
--name jupyter_scipy \
-p [expose_port]:8888 \
--user root \
-e GRANT_SUDO=yes \
laineil/jupyter-scipy-notebook:[tag]

Logging

$ docker logs jupyter_scipy
  • Tip: A token for login is generated at startup.

Verify

  • http://[server_host]:[expose_port]/lab?=token=[generate_token]

Remove

  • Stop container
$ docker container stop jupyter_scipy
  • Remove container
$ docker container rm jupyter_scipy

License Agreement

BSD 3-Clause License
Copyright (c) 2023, Laineil
All rights reserved.

Tag summary

Content type

Image

Digest

sha256:3bbdae83b

Size

1.2 GB

Last updated

over 2 years ago

docker pull laineil/jupyter-scipy-notebook