Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 454 Bytes

chapter1-9.rst

File metadata and controls

43 lines (20 loc) · 454 Bytes

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