Support _repr_mimebundle_
Aperta
enhancement
- Lingua principale
- Julia
- Stelle
- 1.5k
- Fork
- 186
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In addition to `_repr_*_` methods, IPython also defines `_repr_mimebundle_` protocol with higher precedence:
https://ipython.readthedocs.io/en/stable/config/integrating.html#MyObject._repr_mimebundle_
Implementing this may be important in terms of correctness. For example, a subclass may use `_repr_mimebundle_` to shadow `_repr_html_` of the parent class.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.