marimo is doing a launch week
One week. Five announcements. Can you guess what's coming?
Next Monday, July 20, 2026, we’re kicking off marimo’s first-ever launch week. Over the next five days, we’ll be sharing five new product announcements, spanning a mix of new features, integrations, and entirely new ways of working with your notebooks.
Why now? We’ve been hiring and shipping fast. Five of our teammates have exciting updates to share and we wanted to give the community a proper look at everything we’ve been building.
What to expect
We’re keeping the announcements a surprise, but we thought it’d be fun to let you guess ahead of time. So we’re going to turn it into a fun little game.
Head over to Reddit or Discord and share your best (or wildest?) theories on what we’ll announce. We’ll send some special swag to whoever gets closest (or has the most inspired guess)!
Come back here each day next week to see what’s new, or follow along on socials (LinkedIn, X/Twitter, Bluesky for real-time updates.
Happy Launch Week!
Monday: let’s pair
marimo-pair, the skill that gives agents direct access to marimo notebooks, has a new home. It has only been out for a few months but we wanted to communicate that it is core to the agentic story for marimo going forward. It’s simply been amazing to work with and we want to spread the word.
Besides a new homepage, pair is now also available in the Claude Code and Codex CLI marketplaces, and today’s release of the VS Code/Cursor extension integrates directly with the native notebook editor.
If you want to learn more about how marimo-pair was created and how it works, you’ll enjoy reading our latest blogpost where Trevor explains all the details.
Tuesday: marimo anywhere
Today we’re making it easy to bring reactive marimo cells to the sites you already publish. Three new open-source integrations — quarto-marimo, jupyter-book-marimo, and mdx-marimo — let you weave live, reactive Python into Quarto sites, Jupyter Books, and anything built with MDX.
To learn all about these new features, go and check out today’s blogpost.
Tuesday: marimo Glance
That’s right! Two announcements on one day!
Ever wished the GitHub UI rendered marimo notebooks as proper notebooks rather than raw Python files?
We built a Chrome extension called marimo Glance that replaces the raw Python file with a live, interactive WASM notebook in place (only WASM-compatible notebooks are supported). It works on GitHub, gists, and GitLab.
Your code also stays on your machine. The notebook source is packed into the page URL’s fragment (the part after #) and handed straight to the in-browser WebAssembly runtime. Browsers never send that fragment to any server, so your code is never uploaded by the extension. The one exception is if you deliberately choose “Open in molab” from inside the notebook, which sends your code to molab to run and share there.
You can install it in Chrome or Firefox. Give it a spin and let us know what you think!
If you need an example, you can try this GitHub Gist.

