Skip to content

gbraad/dockerfile-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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