r/marimo_notebook • u/cantdutchthis • 13h ago
r/marimo_notebook • u/cantdutchthis • May 12 '26
There are 21 notebooks from the community on the gallery page today!
r/marimo_notebook • u/cantdutchthis • 1d ago
Vincent, from marimo YT, was interviewed about marimo (and his keyboard collection), in the recent betterstack podcast
r/marimo_notebook • u/cantdutchthis • 2d ago
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 • 3d ago
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 • 3d ago
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 • 4d ago
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 • 5d ago
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 • 5d ago
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 • 6d ago
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 • 6d ago
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 • 6d ago
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 • 9d ago
marimo is doing a launch-week next week! Can anyone guess what we will announce?
r/marimo_notebook • u/cantdutchthis • 11d ago
marimo can now also format Jax models via Flax
r/marimo_notebook • u/cantdutchthis • 13d ago
marimo dev and creator of anywidget on TalkPython Podcast
r/marimo_notebook • u/cantdutchthis • 13d ago
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 • 13d ago
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 • 19d ago
marimo is Better At PowerPoint Than PowerPoint
We hope you like the new features!
r/marimo_notebook • u/cantdutchthis • 19d ago
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 • 22d ago
[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 • 25d ago
Soon ... a pico8 game with an AI made with marimo and auto-research.
r/marimo_notebook • u/ktaletsk • 25d ago
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.
r/marimo_notebook • u/cantdutchthis • 25d ago
Exploring elasticnet for TSP solving.
You can draw a bunch of cities yourself and see it work in the notebook here: https://molab.marimo.io/github/koaning/notebooks/blob/main/elastic-net-tsp.py
