Generate entire notebooks with AI¶
Use marimo new at the command line to generate entirely new
notebooks using an LLM.
For example, type
to open a freshly generated notebook in your browser.
For long prompts, you can pass a text file instead:
marimo's AI knows how to use marimo-specific UI elements and popular libraries for working with data. To get inspired, visit https://marimo.app/ai. Some of our favorites:
Iterate with an agent
marimo new gives you a one-shot starting point. To keep developing the
generated notebook with AI, pair an agent CLI like Claude Code on it using
marimo pair.