From feadcd18a638a7659eceaae5ff53007cf6ba3d6f Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Thu, 4 Jan 2018 14:28:48 -0500 Subject: [PATCH] Update README.md Changelog: - Removed pylab inline -- I believe it's no longer recommended. - Swiched "ipython" to "Jupyter", as this is the new name for the notebooks. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf30c2ba9..1a0420a57 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ See the [DEAP User's Guide](http://deap.readthedocs.org/) for DEAP documentation In order to get the tip documentation, change directory to the `doc` subfolder and type in `make html`, the documentation will be under `_build/html`. You will need [Sphinx](http://sphinx.pocoo.org) to build the documentation. ### Notebooks -Also checkout our new [notebook examples](https://github.com/DEAP/notebooks). Using [IPython's](http://ipython.org/) notebook feature you'll be able to navigate and execute each block of code individually and tell what every line is doing. Either, look at the notebooks online using the notebook viewer links at the botom of the page or download the notebooks, navigate to the you download directory and run +Also checkout our new [notebook examples](https://github.com/DEAP/notebooks). Using [Jupyter notebooks](http://jupyter.org) you'll be able to navigate and execute each block of code individually and tell what every line is doing. Either, look at the notebooks online using the notebook viewer links at the botom of the page or download the notebooks, navigate to the you download directory and run ```bash -ipython notebook --pylab inline +jupyter notebook ``` ## Installation