marketflows.tutorial.data

Tutorial data loader.

Loads a packaged config and a small packaged dataset used by –tutorial mode.

Functions

load_tutorial_data()

Load packaged tutorial provider output (no network, no secrets).

tutorial_config_path()

Return the packaged tutorial config.toml.

Classes

TutorialData(asset_mcs, symbols, ...)

Local tutorial dataset shipped with the package.

class marketflows.tutorial.data.TutorialData(asset_mcs, symbols, narrative_assets)

Bases: object

Local tutorial dataset shipped with the package.

marketflows.tutorial.data.load_tutorial_data()

Load packaged tutorial provider output (no network, no secrets).

Return type:

TutorialData

marketflows.tutorial.data.tutorial_config_path()

Return the packaged tutorial config.toml.

Return type:

Traversable