notebook-edit

Create, edit, execute, and read Jupyter-like notebooks with code and Markdown cells.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/looklee/LookaleeCode --skill notebook-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notebook-edit
Source: https://github.com/looklee/LookaleeCode/tree/main/LookaleeCode/desktop/skills/notebook-edit
Command: npx skills add https://github.com/looklee/LookaleeCode --skill notebook-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users create, edit, and run Jupyter-like notebooks efficiently, simplifying interactive coding and documentation workflows.

Core Features & Use Cases

  • Notebook Management: Create new notebooks with specified paths and titles, or load existing notebooks for modifications.
  • Cell Editing: Add, update, or delete code, Markdown, or output cells within notebooks.
  • Execution: Run specific cells or entire notebooks to generate outputs, facilitating step-by-step analysis or development.
  • Reading Notebooks: Retrieve the full content and metadata of notebooks for review or further editing.
  • Use Case: A data scientist updates a notebook on model training, executes it to see results, and saves outputs for reporting.

Quick Start

Use the notebook-edit skill to create a new notebook called 'project.ipynb' and add an initial code cell that prints 'Hello World'.

Frequently Asked Questions about notebook-edit

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

FAQPage Schema
How do I create and edit Jupyter notebooks programmatically?

To create and edit Jupyter notebooks programmatically, you can add, update, or delete code and Markdown cells within notebook files. This approach manages interactive coding workflows and generates outputs directly without needing a graphical interface.

Can I execute specific code cells in a notebook and save the outputs?

Yes, you can execute specific code cells or entire notebooks to generate and save outputs. This execution management facilitates step-by-step data analysis or development, allowing you to run scripts and store results for reporting or further modification.

What file formats are supported for interactive notebook editing and execution?

Interactive notebook editing and execution support standard Jupyter notebook file formats, specifically .ipynb and .nb.md. This allows you to seamlessly handle interactive coding tasks, data analysis, and documentation across these supported file types.

Does Python work with notebook editing for data analysis and documentation workflows?

Python works seamlessly with notebook editing for data analysis and documentation workflows. The process requires Python scripts for core functionality, enabling you to manage interactive coding tasks, execute cells, and handle notebook file formats efficiently.

What is the best way to manage interactive coding cells for educational scenarios?

The best way to manage interactive coding cells for educational scenarios is using a system that supports multiple cell types, including code and Markdown. This enables step-by-step execution and reading of notebook content, facilitating interactive learning and documentation.