scikit-hep / hist

Histogramming for analysis powered by boost-histogram

Home Page:https://hist.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: convert to mime bundle for IPython reprs

henryiii opened this issue · comments

Let's convert _repr_svg_ (and any extras) to _repr_mimebundle_. See scikit-hep/decaylanguage#213.

With this, we can also return nothing if the plot is too complex (I think), and that will revert to repr. I think. See #380

Looks like we can return nothing with the html version too, so will use that.