Intro to machine learning To build and run the notebook: docker build -t kylegallatin/ml-intro-notebook:latest . docker run -it -v $(pwd):/workspace -p 8888:8888 kylegallatin/ml-intro-notebook:latest Then click the resultant link (http://localhost:8888/?token=TOKEN).