JuliaPy / JuliaPy/PyCall.jl

Support _repr_mimebundle_

Open
#829 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.