Tom Wainwright

Results 1 comments of Tom Wainwright

Getting the same issue with matplotlib 3.10.1, and ipympl 0.9.7, also setting the following behind the scenes to handle interactive figures: ``` matplotlib.use("module://ipympl.backend_nbagg") plt.ion() ``` tried restarting a number of...