Replies: 2 comments
-
Hey @gvarnavi, sorry for the late response. We haven't implemented embedding as React components yet. Out of curiosity, why won't an iframe work for your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @akshayka, the iframe embedding works well (and I plan to use that in the short term) - I was just hoping for deeper integration/ more control (e.g. css styling to match host website etc). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, let me start by saying I think marimo notebooks (and in-particular the WASM integration) is amazing!
The docs describe how to embed WASM notebooks using an iframe, which works well. I was wondering if there's plans to support more advanced embeddings, say into a React app similar to how Observable Notebooks can? Or is this already supported but not documented? Perhaps using the @marimo-team/frontend package?
If you're curious, my particular use-case is for interactive scientific presentations - see e.g. an example with embedded Observable notebooks here and jupyter-react components here (this is the part I'm hoping to replace with marimo WASM notebooks).
Beta Was this translation helpful? Give feedback.
All reactions