Public Notebooks
Interactive Jupyter notebooks that visualize baseCamp science — frozen experiment data, benchmark comparisons, paper reproductions. Run them yourself or review the rendered evidence.
Public-facing notebooks from the spring baseCamp science. Each notebook loads frozen experiment data (JSON artifacts committed to the spring repositories) and visualizes the validation evidence.
No live primals required — these notebooks work with frozen data. When the composition is running, the same notebooks can dispatch live workloads via ToadStool (see the Tier 2 stubs in each notebook).
How to Run
- Clone the spring repository (e.g. wetSpring)
cd notebooks/jupyter lab(or use JupyterHub)- Run all cells — data loads from
../experiments/results/
Rendering Pipeline
These pages are rendered from .ipynb files via spore-validate render-notebooks. The Rust tool extracts content from executed notebooks and wraps them in Zola front matter for static site generation.
To re-render: spore-validate --root . render-notebooks --discover