Docker image for O'Reilly NLP class
cd into this directory and build with docker
docker build -t nlp-12-14-2016 .
And then to run it on port 8888:
docker run -p 8888:8888 -i -t nlp-12-14-2016
Then you can go to http://localhost:8888/ to see your jupyter notebook.