Setup & Installation
What This Skill Does
Scaffolds and edits Jupyter notebooks for experiments and tutorials using a helper script and bundled templates. Handles the two main notebook modes: exploratory analysis and step-by-step teaching walkthroughs. Keeps notebooks reproducible by generating clean JSON structure from the start. Authoring notebook JSON by hand or copying old notebooks leads to stale metadata and broken cell ordering; the helper script generates a valid, titled notebook from a known-good template in one command.
When to use it
- Working with jupyter notebook functionality
- Implementing jupyter notebook features
- Debugging jupyter notebook related issues
