Open jpivarski opened 5 months ago
await piplite.install("hist[plot]")
Hist can't ship with plotting dependencies because boost-histogram refuses to support named axes, so "hist" by itself stays very light.
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?
Oh, you're right:
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: https://github.com/matplotlib/matplotlib/issues/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
(good)
(bad)
Screenshot directly copied from JupyterLite