Skip to content

Commit 79c035c

Browse files
authored
Update run instructions for Jupyter Notebook 4+ (#37)
1 parent 07e6273 commit 79c035c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,13 @@ For detailed instructions, scripts, and tools to set up your development environ
313313

314314
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)
315315

316-
```
317-
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git
318-
$ cd data-science-ipython-notebooks
319-
$ ipython notebook
320-
```
316+
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git
317+
$ cd data-science-ipython-notebooks
318+
$ ipython notebook
319+
320+
If you have Jupyter Notebook 4+, run the following instead of `ipython notebook`:
321+
322+
$ jupyter notebook
321323

322324
Notebooks tested with Python 2.7.x.
323325

0 commit comments

Comments
 (0)