The structure of this repository is mostly adapted from the marimo template repo.
To test the export process, run scripts/build.py from the root directory.
tox run -e buildThis will export all notebooks in a folder called _site/ in the root directory.
Then to serve the site, run:
python -m http.server -d _siteThis will serve the site at http://localhost:8000.