Skip to content

Commit 77739b3

Browse files
authored
Update running-notebooks section (#44)
1 parent 0fb30ce commit 77739b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,10 @@ For detailed instructions, scripts, and tools to set up your development environ
372372

373373
### running-notebooks
374374

375-
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)
375+
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)
376376

377377
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git
378378
$ cd data-science-ipython-notebooks
379-
$ ipython notebook
380-
381-
If you have Jupyter Notebook 4+, run the following instead of `ipython notebook`:
382-
383379
$ jupyter notebook
384380

385381
Notebooks tested with Python 2.7.x.

0 commit comments

Comments
 (0)