1
1
# API Reference
2
2
3
- ``` {eval-rst}
4
- .. toctree::
5
- :maxdepth: 1
6
- :hidden:
7
-
8
- markdown
9
- inputs/index
10
- layouts/index
11
- plotting
12
- media/index
13
- diagrams
14
- status
15
- outputs
16
- control_flow
17
- html
18
- query_params
19
- cli_args
20
- caching
21
- state
22
- app
23
- cell
24
- miscellaneous
25
- ```
26
-
27
3
Use the marimo library in marimo notebooks (` import marimo as mo ` ) to
28
4
29
5
- connect interactive inputs like sliders, dropdowns, and tables to Python,
@@ -34,20 +10,20 @@ Use the marimo library in marimo notebooks (`import marimo as mo`) to
34
10
35
11
| | |
36
12
| :------------------- | :-------------------------------------------------------- |
37
- | {doc} ` markdown ` | Write markdown with ` mo.md ` |
38
- | {doc} ` inputs/index ` | Connect sliders, dropdowns, tables, and more to Python |
39
- | {doc} ` layouts/index ` | Customize outputs with accordions, tabs, stacks, and more |
40
- | {doc} ` plotting ` | Output interactive plots |
41
- | {doc} ` media/index ` | Output media like images, audio, PDFs, and plain text |
42
- | {doc} ` diagrams ` | Flow charts, graphs, statistic cards, and more |
43
- | {doc} ` status ` | Display progress indicators |
44
- | {doc} ` outputs ` | Modify cell outputs, redirect console output |
45
- | {doc} ` control_flow ` | Control how cells execute |
46
- | {doc} ` html ` | Manipulate HTML objects |
47
- | {doc} ` query_params ` | Access and set query parameters with ` mo.query_params ` |
48
- | {doc} ` cli_args ` | Access command-line arguments with ` mo.cli_args ` |
49
- | {doc} ` caching ` | Cache expensive computations in memory or on disk |
50
- | {doc} ` state ` | Synchronize multiple UI elements with ` mo.state ` |
51
- | {doc} ` app ` | Embed notebooks in other notebooks |
52
- | {doc} ` cell ` | Run cells defined in another notebook |
53
- | {doc} ` miscellaneous ` | Miscellaneous utilities |
13
+ | [ markdown] ( markdown.md ) | Write markdown with ` mo.md ` |
14
+ | [ inputs] ( inputs /index.md ) | Connect sliders, dropdowns, tables, and more to Python |
15
+ | [ layouts] ( layouts /index.md ) | Customize outputs with accordions, tabs, stacks, and more |
16
+ | [ plotting] ( plotting.md ) | Output interactive plots |
17
+ | [ media] ( media /index.md ) | Output media like images, audio, PDFs, and plain text |
18
+ | [ diagrams] ( diagrams.md ) | Flow charts, graphs, statistic cards, and more |
19
+ | [ status] ( status.md ) | Display progress indicators |
20
+ | [ outputs] ( outputs.md ) | Modify cell outputs, redirect console output |
21
+ | [ control_flow] ( control_flow.md ) | Control how cells execute |
22
+ | [ html] ( html.md ) | Manipulate HTML objects |
23
+ | [ query_params] ( query_params.md ) | Access and set query parameters with ` mo.query_params ` |
24
+ | [ cli_args] ( cli_args.md ) | Access command-line arguments with ` mo.cli_args ` |
25
+ | [ caching] ( caching.md ) | Cache expensive computations in memory or on disk |
26
+ | [ state] ( state.md ) | Synchronize multiple UI elements with ` mo.state ` |
27
+ | [ app] ( app.md ) | Embed notebooks in other notebooks |
28
+ | [ cell] ( cell.md ) | Run cells defined in another notebook |
29
+ | [ miscellaneous] ( miscellaneous.md ) | Miscellaneous utilities |
0 commit comments