-
Notifications
You must be signed in to change notification settings - Fork 146
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
Jupyter console won't work with %matplotlib osx. #294
Comments
There is no reason for this to happen in JupyterConsole and not in notebook. Can you reproduce this with notebook ? It might be an ipykernel issue, but it's starting to be outside of my area of expertise. |
So |
I've opened ipython/ipykernel#1124 upstream. Closing here. |
Output of
%matplotlib osx
give 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: