Back to Marimo

UI 🖱️

examples/ui/README.md

0.23.51.1 KB
Original Source

UI 🖱️

These basic examples show how to use marimo's built-in UI elements.

[!TIP] New to marimo? Run marimo tutorial intro and marimo tutorial ui at the command line first!

Looking for examples on making chatbots? Check out the ai/chat examples folder.

Running examples

The requirements of each notebook are serialized in them as a top-level comment. Here are the steps to open an example notebook:

  1. Install uv
  2. Open an example with uvx marimo edit --sandbox <notebook-url>

[!TIP] The --sandbox flag opens the notebook in an isolated virtual environment, automatically installing the notebook's dependencies 📦

You can also open notebooks without uv, in which case you'll need to manually install marimo first. Then run marimo edit <notebook-url>; however, you'll also need to install the requirements yourself.