Open rgbkrk opened 17 hours ago
Oops, this should have been a feature request not a bug. Sorry!
We do already support _repr_mimebundle_
. We just render text/markdown
as a markdown code editor, which might not be the desired effect. What are you expecting?
At least for compatibility, I'd want it to render the markdown.
Makes sense. I've added it here https://github.com/marimo-team/marimo/pull/2881
Describe the bug
Some objects in Python land use the
_repr_mimebundle_
function to denote representing itself with a variety ofmedia typesmimetypes.I realize marimo supports
_repr_markdown_
but there are already libraries that have_repr_mimebundle_
that I'd like to use without having to add shims to.Environment
Code to reproduce