Hi Sage dev,
In
PR #36129, which is devoted to the upgrade to Jupyter Notebook 7, we are proposing to make ipympl a standard package.
ipympl is a pip-installable package that enables using the interactive features of Matplotlib in Jupyter Notebook and Jupyterlab, via the magic %matplotlib widget or %matplotlib ipympl, cf.
https://matplotlib.org/ipympl/ Here is an example of use in Sage:
With this package, matplotlib.pyplot (the standard "plt") becomes interactive (e.g. one can zoom and scroll with the mouse), which is quite nice.
Please give your opinion about making ipympl a standard package.
Eric.