What problem does it solve?
This skill removes the painful manual fiddling with raw notebook JSON by providing templates and safe commands so that experiments and tutorials stay consistent, shareable, and easy to edit.
Core Features & Use Cases
- Experiment and Tutorial Templates: Choose between experiment or tutorial scaffolds that set up metadata, sections, and tidy descriptions.
- Helper Script Automation: Run the bundled new_notebook.py script to update titles, metadata, and enforce reproducible language settings.
- Guided Editing References: Use the reference guides for structure, patterns, notebook JSON rules, and quality checks when refactoring existing notebooks.
- Use Case: When you need to create a polished teaching walkthrough or exploratory analysis that others can run, this skill gives you the scaffolding, workflow, and validation checklist to deliver a clean notebook.
Quick Start
Run uv run --python 3.12 python JUPYTER_NOTEBOOK_CLI with your desired kind, title, and output path to scaffold the notebook structure before populating content.