Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 994 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 994 Bytes

Jupyter

"Prompt"

Docker container containing Jupyter

Registries

GitLab

Available as an automated builds at the GitLab container registry.

  • Fedora 24:
    docker pull registry.gitlab.com/gbraad/jupyter:f24

Docker hub

Available as an automated build from the Docker registry.

  • Fedora 24:
    docker pull gbraad/jupyter:f24

Usage

$ alias jupyter='docker run -it --rm -p 8888:8888 -v $PWD:/workspace registry.gitlab.com/gbraad/jupyter:f24 jupyter'
$ jupyter notebook

and open your browser to http://localhost:8888

Authors

"Gerard Braad"
@gbraad