LLMs Work Better When You RepeatβBut Why?
When you convert a marimo notebook you can expect a 10x lighter file (and we're being generous). But that's not even the best news! The best news is that we'...
Researchers at Google just released a new trick for increasing the performance for LLMs, and it's much simpler than you might think: just repeat the prompt!
In our latest YouTube video, we try out this technique in a marimo notebook.
www.youtube.com/watch?v=j2v...
04.03.2026 17:00
π 2
π 1
π¬ 1
π 0
mo.status.progress_bar is now thread-safe, making it possible for multiple mo.Thread objects (started in the same cell) to update a single progress bar. This lets you communicate progress to the user when multiple threads are sharding work.
Try it on molab: molab.marimo.io/github/mari...
02.03.2026 17:40
π 2
π 0
π¬ 0
π 0
PyTorch nn.Module instances now render as collapsible HTML trees with color-coded layer categories.
Try it on molab: molab.marimo.io/notebooks/n...
02.03.2026 17:40
π 2
π 0
π¬ 1
π 0
matrix - marimo-team/gallery-examples
View and run matrix.py from marimo-team/gallery-examples on GitHub as an interactive Python notebook with marimo.
mo.ui.matrix provides interactive numeric grid inputs. Initialize with a nested list or NumPy array and get a reactive element that updates as the user edits cells.
Try it on molab: molab.marimo.io/github/mari...
02.03.2026 17:40
π 0
π 0
π¬ 1
π 0
visualizing-embeddings - marimo-team/gallery-examples
View and run visualizing-embeddings.py from marimo-team/gallery-examples on GitHub as an interactive Python notebook with marimo.
mo.ui.matplotlib adds reactive box and lasso selection to Matplotlib scatter plots. Make a selection on a scatter plot and your selection is automatically sent back to Python.
Try it on molab: molab.marimo.io/github/mari...
02.03.2026 17:40
π 1
π 0
π¬ 1
π 0
Our latest release brings richer interactivity to machine learning and scientific computing workflows, including reactive @matplotlib plots, a matrix UI element, a native rich visualizer for @PyTorch modules, and a thread-safe progress bar for parallelizing work.
(1/n)
02.03.2026 17:40
π 11
π 0
π¬ 1
π 0
Turns out migrating from Jupyter to marimo is so easy that's it's fun:
youtu.be/Bi-ZfPRg08w
02.03.2026 17:00
π 2
π 0
π¬ 0
π 0
Run marimo notebooks on any cloud with SkyPilot
marimo notebooks are reproducible Python programs. SkyPilot runs Python anywhere. Together, they take notebooks from laptop to cloud with zero rewrites.
marimo notebooks are reproducible Python programs. @skypilot_org runs Python anywhere. Together, they take notebooks from laptop to cloud with zero rewrites.
Learn more at our latest blog: marimo.io/blog/skypilot
25.02.2026 16:52
π 2
π 0
π¬ 0
π 0
I want to understand a paper, do LLMs actually save me time?
Do you know that feeling of seeing an interesting paper and wondering if it really works? Maybe try it out on a new task? Back in the old days you could say ...
Our latest video is the impact AI can have on education and learning, but the angle might not be what you expect:
www.youtube.com/watch?v=J8u...
24.02.2026 00:24
π 2
π 1
π¬ 0
π 0
Reinventing notebooks as reusable Python programs
Designing a Python notebook that blends the best parts of interactive computing with the sanity of code
marimo is the only open-source Python notebook that doubles as a Python script and module. This yields a great developer experience for humans and agents alike.
marimo.io/blog/python...
20.02.2026 18:14
π 2
π 0
π¬ 0
π 0
With skills like these, companies ranging from the F500 to small startups are replacing both Jupyter notebooks and legacy SaaS tools like Retool, Hex, and Tableau with marimo en masse.
20.02.2026 18:13
π 1
π 0
π¬ 1
π 0
Extending marimo with General Agent Skills
Thanks to skills.sh, we now have a general way to define skills and to share them across all major coding agents. This video shows some skills that we've imp...
Announcing our skills repo, which contains curated instructions for agents to write marimo notebooks: convert Jupyter to marimo, write high quality notebooks, write custom UI elements from scratch, and more.
www.youtube.com/watch?v=-MZ...
20.02.2026 18:13
π 5
π 1
π¬ 1
π 0
Can an LLM unlearn Harry Potter?
Is it possible to make an LLM forget about a topic? It turns out: yes! And it involves overfitting on the topic that you are interested in! Full explainer ca...
Is it possible to make an LLM forget about a topic?
Yes, it turns out!
Learn how in our latest video:
www.youtube.com/watch?v=HwA...
12.02.2026 16:31
π 0
π 0
π¬ 1
π 0
matplotlib just got another interactive upgrade!
When we made the first interactive PuckChart we didn't realize that a box/lasso utility on a scatter chart would be a better idea. But thanks to a comment on...
Select points in a @matplotlib scatter plot, and get them back immediately in Python β only in marimo
youtu.be/c-nasIVbAoM
09.02.2026 19:28
π 5
π 0
π¬ 0
π 0
PDF export. Export notebooks to PDFs from the CLI or marimo editor, with HTML outputs captured as images.
05.02.2026 22:14
π 1
π 0
π¬ 1
π 0
Multi-modal AI β you can now attach images when using "Generate with AI". Go from whiteboard scrawlings to Tikz diagrams instantly
05.02.2026 22:14
π 0
π 0
π¬ 1
π 0
Customize gallery cards with OpenGraph metadata, letting you express yourself with rich thumbnails and descriptions
05.02.2026 22:14
π 0
π 0
π¬ 1
π 0
Just shipped: marimo v0.19.8! Like all our releases, this one is packed. Highlights:
Serve a gallery of notebooks with `marimo run`. Gallery cards can be customized with OpenGraph metadata, letting you showcase your work with custom thumbnails. (1/n)
05.02.2026 22:14
π 5
π 1
π¬ 1
π 0
GDPO: Group reward-Decoupled Normalization Policy Optimization for Multi-reward RL Optimization
View recent discussion. Abstract: As language models become increasingly capable, users expect them to provide not only accurate responses but also behaviors aligned with diverse human preferences across a variety of scenarios. To achieve this, Reinforcement learning (RL) pipelines have begun incorporating multiple rewards, each capturing a distinct preference, to guide models toward these desired behaviors. However, recent work has defaulted to apply Group Relative Policy Optimization (GRPO) under multi-reward setting without examining its suitability. In this paper, we demonstrate that directly applying GRPO to normalize distinct rollout reward combinations causes them to collapse into identical advantage values, reducing the resolution of the training signal and resulting in suboptimal convergence and, in some cases, early training failure. We then introduce Group reward-Decoupled Normalization Policy Optimization (GDPO), a new policy optimization method to resolve these issues by d
For the best reading experience, check out the paper on @askalphaxiv!
www.alphaxiv.org/abs/2601.05242
04.02.2026 17:26
π 0
π 0
π¬ 0
π 0
From alphaXiv to interactive Python notebook
There's a new hobby for ML people: turning papers into elaborate notebooks. Widgets and all! This video explores one example of this indepth. 00:00 Alphaxiv ...
GDPO is a very simple idea. But you might not know that from reading the paper!
Watch our latest video to see how to go from research papers to interactive explainer notebooks β using LLMs to make widgets that bring equations to life.
www.youtube.com/watch?v=Ybz...
04.02.2026 17:26
π 3
π 0
π¬ 1
π 0
marimo's pure-Python file format makes it easy for agents to author notebooks. Watch this video to learn how pairing marimo with a fast model β like @cursor_ai's Conductor β can rapidly accelerate interactive data exploration and machine learning work.
youtu.be/jGMf3eCXZZA
02.02.2026 17:00
π 3
π 0
π¬ 0
π 0
We made matplotlib interactive. You're welcome.
Our favourite plotting library may just be matplotlib again now that we made it interactive with a puck! It may sounds strange at first, but pucks turn these...
Time to celebrate matplotlib again folks!
youtu.be/5ZxczGlrkyQ
28.01.2026 15:15
π 4
π 1
π¬ 0
π 0
How to fix your broken Python demo
This is a public announcement to add devrel professionals out there: please add the right widget to deal with keys in your demos and tutorials!To explore all...
We're going to release two new widgets this week. The first one is for all you devrel-people out there that want to host a notebook as a demo.
Trust us when we say it solves a big gripe.
youtu.be/kQlCU4nAjVE
26.01.2026 16:14
π 6
π 0
π¬ 0
π 0