jupyter-notebook

Scaffold Jupyter notebooks from experiment and tutorial templates with metadata validation.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill jupyter-notebook-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupyter-notebook
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/codex-curated/jupyter-notebook
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill jupyter-notebook-jetteim

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 experimentation and education, but creating consistent, well-structured notebooks from scratch is error-prone and time-consuming.

Core Features & Use Cases

  • Template-driven scaffolding: Generate notebooks from experiment or tutorial templates with proper metadata and layout.
  • Title and metadata management: Update the first markdown title cell and ensure language/version metadata is sane.
  • Repository-friendly outputs: Write finished notebooks to a predictable path (output/jupyter-notebook/slug.ipynb) and support safe overwrites with a --force flag.

Quick Start

Invoke the scaffold to create a new notebook by specifying kind (experiment or tutorial) and a title.

Frequently Asked Questions about jupyter-notebook

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

FAQPage Schema
How do I scaffold a clean Jupyter notebook from a template?

To scaffold a Jupyter notebook from a template, specify the kind (experiment or tutorial) and a title to automatically generate a structured file with valid metadata and consistent layout.

What is the best way to ensure reproducible Jupyter notebook experiments?

Using template-driven scaffolding ensures reproducible Jupyter notebook experiments by enforcing consistent structure, naming conventions, and validated language and version metadata across files.

Can I overwrite an existing Jupyter notebook file path?

Yes, you can overwrite an existing Jupyter notebook file by using the --force flag, which safely handles permission and overwrite checks for the defined repository output path.

Does notebook scaffolding automatically update markdown titles and metadata?

Notebook scaffolding automatically updates the first markdown title cell and validates language and version metadata to ensure the generated Jupyter notebook remains structurally sane.

Where are generated Jupyter notebooks written in the repository?

Generated Jupyter notebooks are written to a predictable repository path at output/jupyter-notebook/slug.ipynb, ensuring safe and organized file management for your experiments or tutorials.