Update run instructions for Jupyter Notebook 4+ (#37)

pull/38/head
Donne Martin 2016-09-08 06:28:46 -04:00 committed by GitHub
parent 07e6273279
commit 79c035c4c1
1 changed files with 7 additions and 5 deletions

View File

@ -313,11 +313,13 @@ For detailed instructions, scripts, and tools to set up your development environ
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)
```
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git
$ cd data-science-ipython-notebooks
$ ipython notebook
```
$ 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.