Update running-notebooks section (#44)

pull/46/head
Donne Martin 2017-04-09 22:09:01 -04:00 committed by GitHub
parent 0fb30ce1fe
commit 77739b309f
1 changed files with 1 additions and 5 deletions

View File

@ -372,14 +372,10 @@ For detailed instructions, scripts, and tools to set up your development environ
### running-notebooks
To view interactive content or to modify elements within the IPython notebooks, you must first clone or download the repository then run the ipython notebook. More information on IPython Notebooks can be found [here.](http://ipython.org/notebook.html)
To view interactive content or to modify elements within the IPython notebooks, you must first clone or download the repository then run the notebook. More information on IPython Notebooks can be found [here.](http://ipython.org/notebook.html)
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git
$ cd data-science-ipython-notebooks
$ ipython notebook
If you have Jupyter Notebook 4+, run the following instead of `ipython notebook`:
$ jupyter notebook
Notebooks tested with Python 2.7.x.