-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
%matplotlib osx crashses #1124
Comments
This is still a problem on an M3 running Sonoma 14.4.1 and |
Same problem here:
|
See jupyter/jupyter_console#294 and jupyterlab/jupyterlab#14653
Original reporter is @ubaldot
Output of
%matplotlib osx
gives the following error message:I tried to run %matplotlib` both in a IPython and a Jupyter console, getting the following outputs:
Using matplotlib backend: MacOSX
(IPython)Using matplotlib backend: <object object at 0x104853730>
(Jupyter console)the consequence is that plots in IPython are interactive whereas plots in Jupyter console are rendered as a simple
.png
.Example code follows if you want to test:
I am running
Jupyter console 6.6.3, Python 3.10.8, IPython 8.12.0
withpyqt 5.51.7
installed throughconda
on Mac Os Ventura.The text was updated successfully, but these errors were encountered: