mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Move awesome-jupyter link under the Jupyter Notebook (IPython) entry
This commit is contained in:
parent
3220c46fe4
commit
3dfebf67e6
1 changed files with 2 additions and 1 deletions
|
@ -725,10 +725,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
|
||||
## Interactive Interpreter
|
||||
|
||||
*Interactive Python interpreters (REPL). See: [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter).*
|
||||
*Interactive Python interpreters (REPL).*
|
||||
|
||||
* [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter.
|
||||
* [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively.
|
||||
* [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter)
|
||||
* [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).
|
||||
|
||||
## Internationalization
|
||||
|
|
Loading…
Reference in a new issue