From 79c035c4c17369d4ae90548c48445e53857696f4 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 8 Sep 2016 06:28:46 -0400 Subject: [PATCH] Update run instructions for Jupyter Notebook 4+ (#37) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2c1285..400638d 100644 --- a/README.md +++ b/README.md @@ -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.