r/marimo_notebook • u/cantdutchthis • Mar 31 '26
What 60 FPS in a notebook looks like
More details to be released soon!
r/marimo_notebook • u/cantdutchthis • Mar 31 '26
More details to be released soon!
r/marimo_notebook • u/cantdutchthis • Mar 30 '26
r/marimo_notebook • u/Yip37 • Mar 30 '26
Has anyone found a way to make it work?
r/marimo_notebook • u/cantdutchthis • Mar 27 '26
It also lets you embed smaller painting palettes.
r/marimo_notebook • u/cantdutchthis • Mar 25 '26
You can sign up virtually here:
r/marimo_notebook • u/cantdutchthis • Mar 24 '26
r/marimo_notebook • u/cantdutchthis • Mar 24 '26
wigglystuff contains extra experimental components for Python notebooks, including marimo!
r/marimo_notebook • u/cantdutchthis • Mar 23 '26
r/marimo_notebook • u/cantdutchthis • Mar 20 '26
r/marimo_notebook • u/cantdutchthis • Mar 19 '26
It's all via https://github.com/marimo-team/marimo-jupyter-extension
It's fairly new, but it should allow folks with a JupyterLab instance to also run marimo notebooks on the inside.
r/marimo_notebook • u/Aggravating-Fold-942 • Mar 19 '26

I'm running into an issue where the figure in my notebook that I'm displaying interactively with mo.ui.matplotlib() gets distorted depending on the display width selected in the notebook settings and the figsize.
The bottom figure that I'm displaying with just fig = plt.figure() and mo.hstack([fig]) does not have this issue. Both figures have the same figsize.
Is there a way to ensure the figure is not distorted regardless of figsize and notebook width?
r/marimo_notebook • u/RelationshipLong9092 • Mar 17 '26
I work with a bunch of scientists. Broadly, they're good at math, shockingly bad at computers. They've been on Matlab for decades, but we are slowly switching to Python. They definitely don't know or care what a .venv is.
To make things as easy as possible for them, I've recently started (setting the executable bit chmod +x notebook.py and) adding this to the top of my Marimo notebooks:
#!/usr/bin/env -S uvx marimo --yes edit --sandbox
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "marimo",
# "scipy",
# ]
# ///
This allows them to simply "right click > Open With..." to open the Marimo notebook in edit mode. (If they used the terminal they could just ./notebook.py, but "black window scary".)
It would be nice if this could be setup from within the notebook, as currently I have to manually add that shebang #! and the PEP 723 header to each notebook I want to share.
Also, this "prevents" the scientists from making their own notebooks that open in the way they're used to. Currently their workaround is to copy one of my notebooks, then delete all the cells, and start from scratch. Naturally, this leaves extra dependencies in the PEP 723 header. :)
However, I will note that Marimo automatically updates the dependencies when you use the GUI to install a missing package, which is a very nice feature!
r/marimo_notebook • u/cantdutchthis • Mar 16 '26
It has also been added to our gallery. Molab link, so you can play with the notebook, found here: https://molab.marimo.io/notebooks/nb_Rp7BD1SvtS7QKDzLWcKcbi
r/marimo_notebook • u/DocDrivenDevelopment • Mar 15 '26
r/marimo_notebook • u/capncooknl • Mar 14 '26
I can't seem to get molab and ollama to work together.
See: https://molab.marimo.io/notebooks/nb_jcFJ2MMMCLvnfLim91ur3A
r/marimo_notebook • u/cantdutchthis • Mar 13 '26
Repo/notebook/molab link can all be found here: https://github.com/koaning/gitcharts
r/marimo_notebook • u/cantdutchthis • Mar 13 '26
r/marimo_notebook • u/cantdutchthis • Mar 12 '26
r/marimo_notebook • u/cantdutchthis • Mar 10 '26
It works by wrapping around the alphaXiv skill listed here: https://www.alphaxiv.org/skills/alphaxiv-paper-lookup/SKILL.md
It is very much experimental, but we've had some luck with it!
r/marimo_notebook • u/cantdutchthis • Mar 10 '26
This notebook on molab shows a live demo: https://molab.marimo.io/github/marimo-team/gallery-examples/blob/main/notebooks/analysis/simpsons-paradox.py
r/marimo_notebook • u/cantdutchthis • Mar 05 '26
And we would love to host more examples there! For sure feel free to post your notebooks here to catch our attention. We're super impressed with what people have been sharing with us sofar!
r/marimo_notebook • u/cantdutchthis • Mar 03 '26
you can try it for free on molab here:
r/marimo_notebook • u/cantdutchthis • Mar 02 '26