Documentation

Practical guides to help you install, activate, and use LonelyDuck products.

Docs/Canto/Notebooks

Notebooks

Use notebooks when your thought process benefits from mixing prose, code, and output in one place.

Applies to: 0.1.0-beta.1Last updated: February 2026

What You Can Do

  • Create notebook documents with markdown and code cells.
  • Run code and inspect outputs inline.
  • Use AI prompts to improve explanations or iterate code quickly.

Notebook Workflow

  1. Create a new notebook from the sidebar.
  2. Add a markdown cell to explain objective and assumptions.
  3. Add code cells for experiments and run them incrementally.
  4. Ask AI to summarize what changed between attempts.
  5. Export or back up once the notebook captures stable results.

When to Use Notes vs Notebooks

Use regular notes for narrative thinking and planning. Use notebooks when reproducible code output is part of the final artifact.

Screenshot Checklist

Save all screenshots under /img/docs/canto/.

FilenameCapture LocationPlace in Page
canto-notebooks-code-cell-run-output.pngNotebook with code cell and output renderedNotebooks, "Notebook Workflow" section

Documentation Screenshots

Images render automatically when files exist in /img/docs/canto/. Missing files show placeholders so publishing is never blocked.

Notebook with code cell and output rendered. Placement: Notebooks, "Notebook Workflow" section
Capture: Notebook with code cell and output rendered
Placement: Notebooks, "Notebook Workflow" section

Related Guides