Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Apr 14, 2022 - Jupyter Notebook
Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.
To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."
Bug summary
When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few
goto crosses initialization
warnings, which are easy to fix (closed by #23051), and twoerror: ‘PyErr_SetFromWindowsErr’ was not declared in this scope
, which are less easy to fix.Code for reproduction