# Notebook

> Code notebook for interactive exploration. Execute and document code snippets, save results, and build reproducible experiments.

- Skill: `winsorllc/notebook` (Agent Skill)
- Install (CLI): `npx skillmds@latest add winsorllc/notebook`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winsorllc/notebook/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: winsorllc (https://skillmd.com/u/winsorllc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/winsorllc/notebook

---


# Notebook

Code notebook for interactive exploration. Execute snippets, save results, and document experiments.

## When to Use

Use the notebook skill when:
- Experimenting with code
- Documenting solutions
- Building reusable examples
- Exploring APIs
- Creating tutorials

## Usage Examples

Create new notebook:
```bash
node /job/.pi/skills/notebook/notebook.js new "Experiment 1"
```

Add cell:
```bash
node /job/.pi/skills/notebook/notebook.js cell "console.log('Hello')" --type code
```

Run notebook:
```bash
node /job/.pi/skills/notebook/notebook.js run notebook.json
```

Export:
```bash
node /job/.pi/skills/notebook/notebook.js export notebook.json --format markdown
```
