Steps:
-
cd
to the appropriate problems/problem directory -
To run the exported notebook, use:
python -m http.server --directory docs/
-
Then navigate to localhost:8000 in your browser to view the rendered html-wasm.
Note
The .html files were created from the .py using the following command
marimo export html-wasm notebook.py --mode run --no-show-code -o docs/