This is great, the native await is amazing. IPython is one of the great tools in the Python ecosystem, if you're not using it already (or, gasp, using the standard `python` REPL) you should start. It blows anything else out of the water. Prompt-toolkit[1] is also really great if you're writing a REPL-like tool and just want easy IPython like widgets.<p>The %autoreload magic has been improved as well[2]. Great release overall!<p>1. <a href="https://github.com/jonathanslenders/python-prompt-toolkit" rel="nofollow">https://github.com/jonathanslenders/python-prompt-toolkit</a><p>2. <a href="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#autoreload-improvement" rel="nofollow">https://ipython.readthedocs.io/en/stable/whatsnew/version7.h...</a>
IPython has been such a pleasure to work with over the years. Other than plotting graphs and tables, I don't know why I would use Jupyter notebooks instead. Could someone more familiar with Jupyter please contrast?
The lack of support for running async constructs in ipython shells was one of the few things holding me back from going all in with asynchronous python. Glad to see they fixed it.<p>Looking forward to seeing it fixed in Jupyter Notebooks!