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

  1. Clone the spring repository (e.g. wetSpring)
  2. cd notebooks/
  3. jupyter lab (or use JupyterHub)
  4. 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