Notebook

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

winsorllc baee4d9 849 B Updated

File contents

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:

node /job/.pi/skills/notebook/notebook.js new "Experiment 1"

Add cell:

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

Run notebook:

node /job/.pi/skills/notebook/notebook.js run notebook.json

Export:

node /job/.pi/skills/notebook/notebook.js export notebook.json --format markdown

winsorllc/upgraded-carnival/tree/main/.pi/skills/notebook commit baee4d97ea

Frequently asked questions

npx skillmds@latest add winsorllc/notebook