You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, wait, mplhep is present. Looks like mplhep needs to update to stop using a private member of Matplotlib that seems to have been removed. @andrzejnovak?
File /lib/python3.11/site-packages/mplhep/_compat.py:3
1 from __future__ import annotations
----> 3 from matplotlib import _docstring as docstring # type: ignore[attr-defined]
I had thought it was this: matplotlib/matplotlib#26827, which is a symptom of a general installation issue (two installations of Matplotlib stomping on each other), but that line comes directly from mplhep/_compat.py...
Code cell contents
h
(good)
(bad)
Screenshot directly copied from JupyterLite
The text was updated successfully, but these errors were encountered: