From da9049c502be6a92ef1638c2b782c9d500ed82af Mon Sep 17 00:00:00 2001 From: Chris Coleman Date: Wed, 25 Nov 2015 23:56:04 -0700 Subject: [PATCH] Rename "IPython" to "Jupyter Notebook" * [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fae01dfd..7c8a989f 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Interactive Python interpreters (REPL).* -* [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. +* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. * [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter. * [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).