From 3220c46fe41689d3bdf3268f1a1547879cec99ac Mon Sep 17 00:00:00 2001 From: Markus Schanta Date: Thu, 5 Apr 2018 14:29:49 +0000 Subject: [PATCH] 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 b46953a..79b8041 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.