Guides
Start with the deterministic quickstart, then choose the task that matches the next boundary in your application.
Start
- Build your first notebook export creates two exported states, verifies the directory, and reads one result from Python.
- Run the market dashboard builds a browser application with five states and several output representations.
Author an export
- Choose states and outputs inspects notebook inputs and declares the finite results consumers can select.
- Build or capture chooses a saved notebook or a running marimo session as the producer.
Consume an export
- Read an export compares Python, browser, agent, and custom-reader paths.
- Build a browser application resolves exported states, loads output representations, and owns mount disposal.
- Serve a prepared publication lets a browser follow a changing manifest that points at immutable exports.
- Use exports with agents retains the state, representation, and verification evidence behind an answer.
- Create a representation pairs a Python exporter with a validating consumer loader.
Operate the producer and files
- Manage repository storage inspects reuse, retention, and observation history.
- Deploy an export serves the written directory and configures browser security policy.
- Troubleshoot starts from observable producer, repository, reader, and browser failures.
Use Reference for exact command, Python, TypeScript, and format contracts.