Outline¶
marimo.outline
¶
Display a table of contents outline showing all markdown headers in the notebook.
The outline automatically extracts all markdown headers from executed cells and displays them in a hierarchical structure with clickable navigation.
Examples:
Basic outline:
With custom label:
| PARAMETER | DESCRIPTION |
|---|---|
label
|
A descriptive label for the outline. Defaults to "".
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
Html
|
An HTML object that renders the outline component.
TYPE:
|