Sandbox#10
Conversation
|
Here we do not explicitly install marimo. |
|
@mscolnick I think that's well aligned with modern marimo standards... |
|
I find the folder structure in the exported files somewhat odd. @mscolnick can you please comment? The structure is Generating index.html 7 directories, 568 files |
|
I would expect a cleaner separation between the notebooks even if that implies some files are repeated elsewhere... |
| # Run the build script to export notebooks to WebAssembly | ||
| - name: 🛠️ Export notebooks | ||
| run: | | ||
| python .github/scripts/build.py # This script exports all notebooks to the _site directory |
There was a problem hiding this comment.
you might need to change this to uv run python ...
and then you can remove the 2 commented out steps above
There was a problem hiding this comment.
actually the build works for me. I can do uvx marimo... (each notebook has a preamble)
moving your marimo files to sandbox logic