Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducible Data Science with Docker

Docker image:

Docker Compose file and scripts

How to run the image:

  • This image has been published as cmihai/jupyter. Just do a:
docker pull
docker run --init --detach \
    --name jupyter --hostname jupyter \
    -p 8888:8888 \
    --volume ${HOME}/notebooks:/home/jupyter/notebooks:rw \
    --volume ${HOME}/.jupyter:/home/jupyter/.jupyter \
    cmihai/jupyter

Alternative Images:

https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook is quite popular.. you can use that instead.

docker run -it --rm -p 8888:8888 jupyter/datascience-notebook

Reference and where to learn more:

About

Docker for Data Science Demo

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages