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¶
- Open browser-safe exported notebook
- View browser-safe notebook source (
examples/model_example_notebook_browser.py) - Open full local exported notebook
- View full local notebook source (
examples/model_example_notebook.py)
Run locally¶
From repository root in your active virtualenv:
For the full package + CLI workflow notebook:
Then run all cells from top to bottom.
Regenerate notebook export¶
When notebook source changes: