Hi, new marimo user here! Do we have an
Hi, new marimo user here! Do we have an update on the ability for marimo to export interactive HTML files? Thank you!
3 Replies
how are you looking to use it? do you want to share an html file that you can open locally? or host the html files somewhere?
The goal is to share an html file that users can open locally.
I have a Marimo application set up where it takes user input to subset the data, and Plotly visualizations are then populated.
Currently, the downloaded html has static figures. Ideally, it should be possible to save the html file locally with the interactive visualizations, similar to what is shown in the application.
You almost could run the visualizations locally, but you can't just open the HTML file.
You could power the interactive visualizations locally with with WASM, but we run our WASM in webworker which does require a server (something with cors/permission issues). but you could run a very small server locally serving these assets to make the browser happy
You could check out https://docs.marimo.io/guides/wasm.html#islands