Skip to content

Welcome to your marimo book

This page is a hand-authored Markdown file. Add new Markdown or marimo notebooks to content/ and reference them from book.yml's toc: section to see them in the sidebar.

What works out of the box

  • Full-text search across every page
  • Dark / light mode toggle (top right)
  • Admonitions like the one below
  • Math via $...$ and $$...$$
  • Tables, code blocks with copy buttons, responsive images
  • Launch buttons on every .py page (molab / GitHub / download the source) when you set repo: in book.yml

Tip

Edit this file and save; marimo-book serve will rebuild it in under a second and the browser will refresh automatically.

Math

\[ e^{i\pi} + 1 = 0 \]

Next steps

  1. Open content/example.py to see a real marimo notebook.
  2. Edit book.yml to set your title, repo URL, and palette.
  3. Drop your own .md and .py files into content/, add them to the toc:, and build.