| name | jupyter-notebook |
| description | Scaffold and refine Jupyter notebooks for experiments, tutorials, and exploratory workflows with clear narrative structure. |
Jupyter Notebook
Use this skill when Thomas needs to create or update a .ipynb notebook for experiments, demos, or tutorials.
Workflow
- Define the notebook goal, audience, and execution assumptions.
- Lay out sections for setup, exploration, results, and conclusions.
- Keep code cells runnable and markdown cells concise but informative.
- Validate imports, execution order, and obvious notebook hygiene.
- Summarize how the notebook should be run or extended.
Rules
- Avoid dumping scripts into notebook cells without narrative structure.
- Preserve reproducibility where possible.