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
.pypage (molab / GitHub / download the source) when you setrepo:inbook.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¶
- Open
content/example.pyto see a real marimo notebook. - Edit
book.ymlto set your title, repo URL, and palette. - Drop your own
.mdand.pyfiles intocontent/, add them to thetoc:, and build.