jupyter-notebook

Generate Jupyter notebooks from templates using new_notebook.py.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UntLab/codex --skill jupyter-notebook-untlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupyter-notebook
Source: https://github.com/UntLab/codex/tree/main/config/codex-skills/jupyter-notebook
Command: npx skills add https://github.com/UntLab/codex --skill jupyter-notebook-untlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Jupyter notebooks are central to experiments, data exploration, and teaching; this skill provides a structured, template-driven workflow to scaffold clean, reproducible notebooks and avoid manual JSON editing.

Core Features & Use Cases

  • Scaffold notebooks from experiment or tutorial templates.
  • Update the title and metadata automatically to ensure consistency.
  • Output artifacts to output/jupyter-notebook and reuse bundled templates for reproducibility.

Quick Start

Run the scaffold script to generate a notebook from the chosen template, then review and run cells locally.

Frequently Asked Questions about jupyter-notebook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reproducible Jupyter notebooks without manually editing JSON?

You can create reproducible Jupyter notebooks by running a scaffold script that generates clean notebooks from bundled templates, automatically updating titles and metadata while avoiding manual JSON editing entirely.

What is the best way to scaffold notebooks for data exploration and experiments?

The best way to scaffold notebooks for experiments is using a template-driven workflow that generates structured Jupyter notebooks with consistent metadata, outputting artifacts directly to a designated directory for reproducibility.

Can I use templates to generate teaching materials and tutorials in Jupyter?

Yes, you can use templates to generate teaching materials and tutorials in Jupyter by running the scaffold script against your chosen template, which produces a ready-to-run notebook for educational use.

Do I need any dependencies to scaffold notebooks from templates?

No dependencies are required to scaffold notebooks from templates; the skill uses bundled assets and a helper script to generate Jupyter notebooks locally without external package installations.

How does the notebook generation process handle title and metadata updates?

The notebook generation process handles title and metadata updates automatically during scaffolding, ensuring every generated Jupyter notebook maintains consistent metadata without manual intervention.

Where are generated Jupyter notebooks saved after running the scaffold script?

Generated Jupyter notebooks are saved to the output/jupyter-notebook directory after running the scaffold script, providing a centralized location for all newly created reproducible notebooks.