chapter 9: Data Science

9.1 IPython and Jupyter notebook

9.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

9.2 Dealing with data

9.3 Where do we go from here?

9.4 Summary