Release of IPython 7.5

Hi all,

IPython 7.5 was released a couple of hours ago, and is now available on PyPI, soon on conda-forge.

You can update with

pip install ipython --upgrade

And if you are using conda, once available on conda-forge:

conda upgrade ipython

This is a smallish release that still bring a couple of bugs (one outstanding one concerning cells magics and global variables) as well as documentation clarification. You can read the what’s new section of to learn more about this release.

5 Likes