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