jupyter-notebook

Scaffold reproducible Jupyter notebooks from bundled templates.

167|34|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tercumantanumut/selene --skill jupyter-notebook-tercumantanumut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupyter-notebook
Source: https://github.com/tercumantanumut/selene/tree/main/lib/skills/catalog/bundled/jupyter-notebook
Command: npx skills add https://github.com/tercumantanumut/selene --skill jupyter-notebook-tercumantanumut

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the friction and error-prone process of hand-authoring Jupyter notebook JSON by providing templates, a helper script, and clear editing and validation guidance so notebooks are consistent, runnable, and easy to share.

Core Features & Use Cases

  • Template-based scaffolding: Create experiment or tutorial notebooks from bundled templates to avoid JSON mistakes and ensure consistent structure.
  • Safe edits and refactors: Provide guidance and references for programmatic edits, preserving notebook metadata, cell order, and execution hygiene.
  • Use cases: Quickly scaffold experiment notebooks for analysis, build step-by-step tutorial notebooks for teaching, and convert scripts or notes into clean .ipynb artifacts.

Quick Start

Run the bundled helper script to create an experiment notebook titled Compare prompt variants and write it to output/jupyter-notebook/compare-prompt-variants.ipynb.

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 scaffold reproducible Jupyter notebooks from bundled templates to avoid JSON mistakes and ensure consistent structure, rather than hand-authoring the file format directly.

What is the best way to convert Python scripts into .ipynb files?

The best way to convert scripts or notes into clean .ipynb artifacts is by applying template-based scaffolding, which safely structures the content while preserving notebook metadata and language_info.

How do I preserve notebook metadata when refactoring Jupyter notebooks?

To preserve notebook metadata during refactoring, use the bundled helper script and programmatic editing references designed to maintain cell order, metadata, and execution hygiene safely.

Can I use templates to build step-by-step tutorial notebooks for teaching?

Yes, you can build step-by-step tutorial notebooks for teaching by leveraging template-based scaffolding, which provides a consistent, runnable structure that removes friction and prevents formatting errors.