docs/examples/index.md
This page includes dozens of bite-sized how-to examples to help you get started with marimo. Be sure to also read the quickstart and the user guide, especially the guide on how marimo runs cells.
!!! Tip "Get inspired at our gallery!"
For inspirational examples, including embedding-driven
data labelers, Stanford-scientist authored tutorials, and more,
check out our [public gallery](https://marimo.io/gallery).
<a href="markdown/dynamic_markdown"></a>
<a href="markdown/mermaid"></a>
<a href="markdown/admonitions"></a>
<a href="markdown/details"></a>
😀 Emoji
marimo is designed for working with dataframes. Here are a few examples; see the dataframes guide for details.
<div class="grid cards" markdown>🧮 Interactive dataframe viewer
<a href="outputs/dataframes"></a>
<a href="../api/inputs/table"></a>
<a href="api/inputs/data_editor"></a>
🛠️ Interactive dataframe transformer
<a href="api/inputs/dataframe"></a>
Here are some basic examples, see the SQL guide for more details.
<div class="grid cards examples-grid" markdown> </div>See the plotting guide for a full overview.
<div class="grid cards examples-grid" markdown><a href="../api/plotting#reactive-charts-with-altair"></a>
<a href="../guides/working_with_data/plotting#Plotly"></a>
<a href="outputs/progress_bar"></a>
<a href="outputs/spinner"></a>
📐 Horizontal and vertical stacking
<a href="outputs/stacks.md"></a>
<a href="../api/layouts/accordion"></a>
🗂️ Tabs
<a href="../api/inputs/tabs"></a>
marimo has a large library of interactive UI elements, which you can use without callbacks — just make sure to assign elements to global variables. See the API reference for a full list, and the interactivity guide for rules governing how UI elements work.
<div class="grid cards examples-grid" markdown>🎚️ Slider
<a href="../api/inputs/slider.md"></a>
🧾 Dropdown
<a href="../api/inputs/dropdown.md"></a>
<a href="../api/inputs/multiselect.md"></a>
<a href="../api/inputs/radio.md"></a>
☑️ Checkbox
<a href="../api/inputs/checkbox.md"></a>
📅 Date
<a href="../api/inputs/date.md"></a>
📁 File
<a href="../api/inputs/file.md"></a>
<a href="../api/inputs/text.md"></a>
<a href="../api/inputs/text_area.md"></a>
🧑💻 Code editor
<a href="../api/inputs/code_editor.md"></a>
🔍 Table
<a href="../api/inputs/table.md"></a>
🎙️ Microphone
<a href="../api/inputs/microphone.md"></a>
💬 Chat
<a href="../api/inputs/chat.md"></a>
🔢 Matrix
<a href="../api/inputs/matrix.md"></a>
Composite input elements let you create a single UI element from multiple other UI elements.
<div class="grid cards examples-grid" markdown> </div>