Make sure that you have vagrant installed so that you can deploy easily.
The docker image we use for our deployments is the stock available from the jupyter development crew. You can find instructions for deploying the docker image we use here: https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook
- Install docker
- Install data science docker container
- In terminal:
docker run -d -p 8888:8888 jupyter/scipy-notebook
- In terminal: