Skip to content

Notebook Demo

Use this browser-safe marimo notebook demo to quickly see a StackSats-style strategy workflow end-to-end.

It demonstrates:

  • in-memory market data generation
  • strategy signal and dynamic DCA policy logic
  • backtest summary metrics and visualizations

Open notebook views

Run locally

From repository root in your active virtualenv:

marimo edit examples/model_example_notebook_browser.py

For the full package + CLI workflow notebook:

marimo edit examples/model_example_notebook.py

Then run all cells from top to bottom.

Regenerate notebook export

When notebook source changes:

bash scripts/export_notebook_demo.sh