-
Notifications
You must be signed in to change notification settings - Fork 226
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 widget run time error #559
Comments
Please can you tell us what versions of packages you have installed by running |
Sure,
aiobotocore 2.7.0 Thanks! |
The runtime error is reported in the file To exclude VSCode as the source of the problem you could run You could also run |
Thanks for your answer. packages in environment at /home/Paola/.conda/envs/s_i:Name Version Build Channel_libgcc_mutex 0.1 main |
It looks like there is something fundamentally wrong with your environment as |
I was having the same issue. In my case it wasn't working in either vscode or jupyter directly. Turned out I didn't have A simple |
Hello,
I saw an old issue about this topic, but I could not find a recent solution.
I am using a Linux machine, Python version 3.12.4. I created my environment and I installed matplotlib by using
pip install matplotlib
But when I run my code in VS code, I get a runtime error related to %matplotlib widget
Have you found a solution for this issue?
thank you
The text was updated successfully, but these errors were encountered: