jupyter-notebook
jupyter notebook
What it does
- Experiments and exploratory analysis
- Tutorials and teaching-oriented walkthroughs
- Create a new .ipynb notebook from scratch.
- Convert rough notes or scripts into a structured notebook.
- Refactor an existing notebook to be more reproducible and skimmable.
- Build experiments or tutorials that will be read or re-run by other people.
- If the request is exploratory, analytical, or hypothesis-driven, choose experiment.
Requirements & configuration
- The bundled scaffold script uses only the Python standard library and does not require extra dependencies.
Configuration: HOMECODEX_HOMEJUPYTER_NOTEBOOK_CLI
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
jupyter-notebook FAQ
What does the jupyter-notebook skill do?
Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook. Experiments and exploratory analysis Tutorials and teaching-oriented walkthroughs
What does jupyter-notebook require?
The bundled scaffold script uses only the Python standard library and does not require extra dependencies. Configuration keys: HOME, CODEX_HOME, JUPYTER_NOTEBOOK_CLI.
How do I install jupyter-notebook?
Run: npx -y skills add https://github.com/openai/skills --skill jupyter-notebook --agent claude-code — the source lives at github.com/openai/skills.
Maintain jupyter-notebook?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[jupyter-notebook on getagentictools](https://getagentictools.com/skills/openai-skills-jupyter-notebook?ref=badge) npx agentictools info skills/openai-skills-jupyter-notebook The second line is the CLI lookup for this page — handy in READMEs and docs.