Skip to content

JHU-Data-Science/docker-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker pulls docker stars build status image size image layers

JHU Data Science Jupyter Notebook Docker image

https://store.docker.com/community/images/jhudatascience/docker-notebook

Quick start

# basic startup
docker run -it --rm -p 8888:8888 jhudatascience/docker-notebook

# mount a local directory into the container
docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work jhudatascience/docker-notebook

# or via docker-compose
docker-compose up

Getting started

If this is your first time using Docker, do the following to get started.

  1. Install Docker on your host of choice.

References

This Dockerfile is derived from the following:

About

JHU Data Science Jupyter Notebook Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published