From 3220c46fe41689d3bdf3268f1a1547879cec99ac Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 5 Apr 2018 14:29:49 +0000 Subject: [PATCH 1/2] Add link to awesome-jupyter in Interactive Interpreter section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b46953a5..79b80413 100644 --- a/README.md +++ b/README.md @@ -725,7 +725,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Interactive Interpreter -*Interactive Python interpreters (REPL).* +*Interactive Python interpreters (REPL). See: [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter).* * [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. From 3dfebf67e620d1a23cd5846eb2022d3298333c36 Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 5 Apr 2018 16:00:51 +0000 Subject: [PATCH 2/2] Move awesome-jupyter link under the Jupyter Notebook (IPython) entry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b80413..5883f227 100644 --- a/README.md +++ b/README.md @@ -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