https://store.docker.com/community/images/jhudatascience/docker-notebook
# 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
If this is your first time using Docker, do the following to get started.
- Install Docker on your host of choice.
This Dockerfile is derived from the following: