Notebooks¶
Notebook-based exploratory workflows live under examples/ in the repository
root and are mirrored into the docs site through mkdocs-jupyter.
Available Notebooks¶
- Reactor Browser: compare reactors and inspect key variables.
- Tau_E Solver: experiments around confinement and power-loss coupling.
- Reactivity Plots: open the interactive reactivity plotter from a notebook.
- Relation Graph Generator: build graph visualizations for relations and variables.
- Read ENDF-6 Format: inspect MF=3 sections and export annotated YAML tables.
Local Usage¶
- Install Jupyter if needed:
pip install jupyterlab - Start Jupyter:
python -m jupyter lab - Open notebooks from the
examples/folder.
For website-friendly interactive examples, see the Reactivity Plotter and the rendered notebooks in this section.