This template repository demonstrates how to export marimo notebooks to WebAssembly and deploy them to GitHub Pages.
apps/charts.py
: Interactive data visualization with Altairnotebooks/fibonacci.py
: Interactive Fibonacci sequence calculator
- Fork this repository
- Add your marimo files to the
notebooks/
orapps/
directorynotebooks/
notebooks are exported with--mode edit
apps/
notebooks are exported with--mode run
- Push to main branch
- Go to repository Settings > Pages and change the "Source" dropdown to "GitHub Actions"
- GitHub Actions will automatically build and deploy to Pages