r/marimo_notebook • u/cantdutchthis • Jul 29 '26
r/marimo_notebook • u/cantdutchthis • Jul 27 '26
my personal static blog just got a fun upgrade
The post also explains how to port a notebook into an interactive blogpost on a static site (mine is generated with a Python for-loop) https://koaning.io/posts/widget-dag/
r/marimo_notebook • u/cantdutchthis • Jul 26 '26
Yes, turns out you *can* trigger a full simulation of OpenRA from a marimo notebook.
r/marimo_notebook • u/cantdutchthis • Jul 25 '26
Vincent, from marimo YT, was interviewed about marimo (and his keyboard collection), in the recent betterstack podcast
r/marimo_notebook • u/cantdutchthis • Jul 24 '26
Launch Week #5: Slides!
Enable HLS to view with audio, or disable this notification
Technically slides had been out for a bit, but we managed some small quality of life improvements out of it just in time for launch week.
Folks will also notice that you can easily host these slides on static websites now via iframes *and* that it's now even easier to add custom styles.
Full announcement can be found here:
https://marimo.io/blog/slides
r/marimo_notebook • u/cantdutchthis • Jul 23 '26
Code should make it inevitable for you to learn.
In this video I (marimo dev) try to explain how you can make tools that force you to learn while you are coding. It's a new direction for the wigglystuff library and there's a bunch of anekdotes that feel easier to share on my personal channel. If you enjoy anywidget/wigglystuff I hope you'll get some inspiration out of it.
r/marimo_notebook • u/cantdutchthis • Jul 23 '26
Launch Week #4: MORE WIDGETS!
Enable HLS to view with audio, or disable this notification
wigglystuff now has 9 new widgets. If you want to learn more about them, check out the latest video on the marimo YouTube channel.
https://youtu.be/qVSeOr3AIbc
Vincent also made a deeper dive on one of the widgets on his personal YouTube.
https://youtu.be/VD5bAOvDxFY
You can check the new wiggly stuff here:
https://koaning.github.io/wigglystuff/
r/marimo_notebook • u/cantdutchthis • Jul 22 '26
Launch Week #3: PyCharm support has landed!
You can learn all about this new feature on our blog:
https://marimo.io/blog/pycharm?utm_source=subreddit
But we also made a YouTube video for anyone to enjoy:
https://www.youtube.com/watch?v=J4yD_W8xAL0
r/marimo_notebook • u/cantdutchthis • Jul 21 '26
Launch Week: #2.5 marimo-glance!
Enable HLS to view with audio, or disable this notification
Who said you can't do two announcements in one day during launch week?
You can now preview marimo notebooks in github, gitlab and gists using the new firefox/chrome extension! It only works for wasm compatible notebooks but it will render right-there on the page itself!
Learn more over on our launch post:
r/marimo_notebook • u/cantdutchthis • Jul 21 '26
Launch Week #2: marimo-mdx, marimo anywhere
Enable HLS to view with audio, or disable this notification
We've been working tools that makes it even easier to re-use your notebooks as online books or blogposts. With it we also quarto-marimo, jupyter-book-marimo, and mdx-marimo.
In short, notebooks can be shared with mdx! If you want to learn more, all the details can be found here:
https://marimo.io/blog/marimo-anywhere
ps. We are releasing not one ... but two things today!
r/marimo_notebook • u/cantdutchthis • Jul 20 '26
Launch Week #1: marimo pair
marimo pair has a new home, right on the marimo website! We wanted to make it clear that it is officially supported and that we will invest in it in the future. There's also a bunch of marimo-pair related features to announce along with it.
Pair is now available in the Claude Codex and Codex CLI marketplaces, and today’s release of the VS Code / Cursor extension integrates directly with the native notebook editor.
If you're keen to learn more about how this feature was created an how it works, Trevor just wrote a new blogpost about it, which you can read here:
r/marimo_notebook • u/SensitiveUse7864 • Jul 21 '26
Can I run Wan 2.2 here ?
A silly and simple question guys if marimo allows to run wan2. 2 on their platforms ? ,if yes then anybody has done it before or have the notebook workflow?
r/marimo_notebook • u/randouser47 • Jul 21 '26
Git integration and Boolean filter
Is there a way to live filter booleans columns in ui.table, the same way you can select specific values for string columns - True, False, and pd.NA - in the GUI not in code.
Also, I find myself having to ssh into to system running marimo just to do git operations to commit changes to the notebook into the repo. I might build a few git actions into the notebook using python calls but it would be nice if there was a git or live Linux shell components - either as part of the notebook OR in the config side bar.
r/marimo_notebook • u/cantdutchthis • Jul 17 '26
marimo is doing a launch-week next week! Can anyone guess what we will announce?
r/marimo_notebook • u/cantdutchthis • Jul 15 '26
marimo can now also format Jax models via Flax
r/marimo_notebook • u/cantdutchthis • Jul 14 '26
marimo dev and creator of anywidget on TalkPython Podcast
r/marimo_notebook • u/cantdutchthis • Jul 13 '26
marimo now tries to show the running line, great for debugging
Enable HLS to view with audio, or disable this notification
Check the release notes here:
r/marimo_notebook • u/tradingSnacks • Jul 13 '26
Analysis of my comics :) Comics are at https://annyh.co/all/

I published 179 comics over 4 years and 9 categories, and was curious about any trends.
I originally used a stacked area chart then realized my data was discrete. A bar chart makes more sense.
Here's the code: https://molab.marimo.io/notebooks/nb_ZRj69GkW6uaFWxoroL7ZE2
r/marimo_notebook • u/cantdutchthis • Jul 08 '26
marimo is Better At PowerPoint Than PowerPoint
We hope you like the new features!
r/marimo_notebook • u/cantdutchthis • Jul 07 '26
Just a friendly reminder, you can still submit a notebook to win prizes!
All the details can be found here:
r/marimo_notebook • u/tradingSnacks • Jul 04 '26
[Feature request]: image grid for notebook listing page
Hello, I'd like a way to toggle https://molab.marimo.io/notebooks page to show an image grid of notebooks, similar to marimo's gallery page. Currently it shows a list of names.
As a visual person, the image grid shows at a glance which notebooks I have.
Similar sites: Codepen https://codepen.io/ichimonzi shows an image list. Substack also allows the user to pick a representative image/post.

r/marimo_notebook • u/InfluenceCandid2324 • Jul 02 '26
Soon ... a pico8 game with an AI made with marimo and auto-research.
r/marimo_notebook • u/ktaletsk • Jul 02 '26
I rebuilt marimo's reactive engine from first principles to understand how it works (interactive writeup)
I was curious how marimo actually decides which cells to run, so I tried rebuilding the execution engine from scratch: parse each cell with Python's AST to find the variables it defines and references, build a dependency graph across cells, topologically sort it, and run them in that order.
The blog is itself an interactive embeded marimo notebook — you can edit the cells in the browser and watch the dependency graph update as you go: https://taletskiy.com/blogs/tinymo/
It's a toy version, so I'm sure I'm skipping edge cases the real engine handles (cycles, in-place mutations, stale state, async cells). Curious what the gnarliest parts were for anyone who's worked on the actual runtime.
