Earlier this week, I created a new notebook, and matplotlib plots were not interactive using %matplotlib widget. In particular for my use case, 3D plots aren’t rotatable, but zooming and panning doesn’t work either. The buttons for interaction show up next to the plot as usual, but do nothing (except for the save button, which does download a static image).
Thinking there was a problem in my code, I re-ran some old notebooks from months ago that also had plots, and they too are no longer interactive, even though they worked when I created them and I didn’t change a single line of code in a single cell in those notebooks. If I drag on the plots, the hourglass shows up for a few seconds, showing that the mouse movement is being detected and triggering some response, but nothing visible changes. Calling plt.isinteractive() returns True.
If I switch to %matplotlib notebook, I get the “iPython not found” error, and I even tried installing ipympl and using %matplotlib ipympl (which wasn’t necessary before) and they’re STILL not interactive. I’m suspecting that a Chrome update somehow broke interactivity with the Notebook renderer because nothing else changed, and everything else in Notebook still works fine.
Has anyone else encountered this issue recently? It’s Chrome in Windows 11, both fully up to date. The last time I know the interactivity worked was sometime in October.