jupyter
SKILL.md
Jupyter Notebook Skill
Execute, inspect, and manage Jupyter notebooks directly from Claude Code. Eliminates the context-switching loop between CLI and browser.
Workflow
1. INSPECT → Understand notebook structure (nb.py inspect)
2. EDIT → Modify cells with NotebookEdit tool
3. EXECUTE → Run cells and capture outputs (nb.py execute -i)
4. VERIFY → Read outputs, check for errors (nb.py show --output-only)
5. ITERATE → Repeat until complete