-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnyIO commit breaks Matplotlib display in separate windows #1235
Comments
Probably because of external event loop integration. |
ipykernel/ipykernel/kernelapp.py Lines 732 to 736 in a7d66ae
If the Plus there are 7 uses of |
With the commit before the AnyIO PR on the
main
branch (830829f) and usingipython 8.23.0
andmatplotlib 3.8.4
, the displaying of Matplotlib plots in separate windows (e.g. withqt
backend) using jupyter works fine. With the AnyIO commit (772dfb8) onwards the plot windows are no longer displayed.Code to reproduce (I've been using
jupyter qtconsole
butjupyter lab
, etc, all show the same):In
ipython
the same example works fine.The text was updated successfully, but these errors were encountered: