Mady
Mady2mo ago

Moving from Marimo WASM Playground to GitHub Pages

I'm experimenting with deploying my notebook on GitHub Pages. However, the documentation around this feature seems to focus on local notebooks, not those already deployed in the Marimo WASM Playground. What steps would I need to take to export the notebook from the Marimo WASM Playground to move it to GitHub Pages? I used "Download as HTML (exclude code)," but that appears to be static only.
4 Replies
Hall
Hall2mo ago
Someone will reply to you shortly. In the meantime, this might help:
Myles Scolnick
Myles Scolnick2mo ago
yea we don't have documentation for migrating. i can try to write something up. but there are some missing features such as: * multiple python files * including csv files next in the sidebar * mounting s3 buckets (in the confiugration in the community cloud) do you use any of these? if not should be easy to migrate once you download the file, you can do:
marimo export html-wasm -o out --mode run
marimo export html-wasm -o out --mode run
Mady
MadyOP3w ago
What do you mean by "including csv files next in the sidebar"? I have a json file referenced by the script, but that's it. I got the export to work, but realized GitHub Pages wasn't exactly going to do what I hoped for. Thanks for the help!
Myles Scolnick
Ah ok. What is the limitation? I’m not sure what I meant earlier. Maybe “including cvs files like* in the sidebar file explorer”

Did you find this page helpful?