You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Z0. A quick tour of the IPython notebook](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/Z0.%20A%20quick%20tour%20of%20the%20IPython%20notebook.ipynb)
If you are unfamiliar with IPython Notebook you can start with http://ipython.org/notebook
93
+
94
+
* Prerequisites
95
+
One of the following distributions is needed.
96
+
97
+
* EPD Free Enthought Python Distribution from http://enthought.com
98
+
* Anaconda Python from http://continuum.io
99
+
* Development has been done on v 1.5 of Anaconda distribution but EPD Free should work just as well.
100
+
101
+
Please note that even if you have Python installed it is important to have one of these distributions installed and the binary for this installation in your path. This is because these distributions come packaged with all the supplementary libraries needed and these have been historically difficult to install separately.
102
+
103
+
* Installation
104
+
These steps assume you have installed one of the distributions mentioned in prerequisites.
0 commit comments