22. Notebook tour¶
Use this index when you want an interactive workflow for inspecting intermediate objects, trying short code changes, and explaining one brick at a time.
22.1 How to use them¶
- Clone the repository and install ModSSC locally.
- Open the notebooks with your preferred notebook environment.
- Run them from the repository root so relative paths like
bench/configs/...andruns/resolve naturally.
22.2 Notebook index¶
22.3 Which notebooks to open first¶
- Start with
00_cli_tour.ipynbif you are still discovering the surface area. - Open
08_inductive_quickstart.ipynbor09_transductive_quickstart.ipynbonce you know which modeling family you need. - Open
11_bench_run_anatomy.ipynbwhen you want to understand exactly what the benchmark runner writes to disk.