Skip to content
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

PR: Fix Matplotlib interactive backend detection #485

Merged
merged 2 commits into from
May 5, 2024

Conversation

ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented May 2, 2024

  • That probably broke in one of the latest IPykernel updates.
  • Prevent unnecessary messages when setting the Matplotlib backend and also when calling the %pylab magic. Those messages were shown when changing options related to that in Spyder.
  • Fix reporting to Spyder that the Inline backend was set for IPython 8.24+.

@ccordoba12 ccordoba12 added the type:Enhancement New feature or request label May 2, 2024
@ccordoba12 ccordoba12 added this to the v3.0.0b6 milestone May 2, 2024
@ccordoba12 ccordoba12 self-assigned this May 2, 2024
@ccordoba12 ccordoba12 force-pushed the mpl-fixes branch 3 times, most recently from 6eb8108 to b0ffaef Compare May 3, 2024 00:06
- It seems the current way broke in one of the recent IPykernel
updates.
- Also, make a small fix to correctly report the Inline backend after
enabling it in IPython 8.24.
@ccordoba12 ccordoba12 changed the title PR: Prevent unnecessary messages when setting the Matplotlib backend PR: Fix Matplotlib interactive backend detection May 5, 2024
@ccordoba12 ccordoba12 added type:Bug Something isn't working and removed type:Enhancement New feature or request labels May 5, 2024
@ccordoba12 ccordoba12 merged commit 4ecb144 into spyder-ide:master May 5, 2024
12 checks passed
@ccordoba12 ccordoba12 deleted the mpl-fixes branch May 5, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant