Feature Request: Implement _repr_mimebundle_
as an external hook
#5806
dmadisetti
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
David Brochart has had some success embedding Textual apps in Jupyter notebooks. It will be possible with the same tech as textual-serve. But I suspect not as simple as implementing a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got
textual
trivially working in a marimo notebook: marimo-team/marimo#4959but only when run via
python textual_app.py
I see there's an html representation of textual app? Is there anyway to hook in and render these? It would be pretty cool if these apps rendered in notebooks too (marimo even supports wasm).
AnyWidget follows this the
_repr_mimebundle_
spec which enables it to work in marimo + jupyter, with no further explicit lift by the maintainer. Is there any standard hook you would consider exposing?Feel free to close this a
won't fix
- just opening because I think it'd be something cool- and would be happy to tinker around on the marimo side to get apps working if you implemented a standard like_repr_mimbebundle_
Beta Was this translation helpful? Give feedback.
All reactions