Back to skills

jupyter-notebook

data

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 wal

Setup & Installation

npx skills add https://github.com/openai/jupyter-notebook --skill jupyter-notebook
or paste the link and ask your coding assistant to install it
https://github.com/openai/jupyter-notebook
View on GitHub

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