spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

Accommodate Matplotlib 3.9.0 in spyder-kernels 3.x #488

Closed mrclary closed 6 months ago

mrclary commented 6 months ago

Matplotlib get_backend returns lowercase in version >=3.9.0. Update MPL_BACKENDS_TO_SPYDER to accommodate.

ccordoba12 commented 6 months ago

This is not really necessary because the fix will be picked up when merging the 2.x branch to master after merging PR #489.

But I guess it was necessary to test the fix worked in Spyder's master branch.