Merge pull request #513 from rot26/master

Rename "IPython" to "Jupyter Notebook"
This commit is contained in:
Vinta 2015-11-26 15:07:31 +08:00
commit 9a0d1bb981

View File

@ -152,7 +152,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Interactive Python interpreters (REPL).* *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. * [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). * [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).