Get help from the marimo community

Home
Members
schlich
s
schlich
Offline, last seen yesterday
Joined February 6, 2025
I'm on a WSL + NixOS setup and recently switched to Wayland, so my xdg settings are all messed up and running marimo edit freezes everything up. I've tried most of the low hanging fruit but can't figure out why the output of my marimo env command leaves "browser" blank. It doesn't do this on the windows side, and I can run marimo fine. Any ideas??
18 comments
d
s
i keep facing a very minor predicament

let's say i have two cells that depend on each other, and i'm making edits to an upstream cell in a way that's guaranteed to break the downtream cell (say, a simple change of variable).

if i execute the first cell first after my edits, when the second cell "reacts" it will be out of date and throw an error.

however, if i edit the second cell first, it will cause an error because the upstream cell has not been updated accordingly yet.

This is a very minor inconvenience as it's usually quite temporary, but since it can sometimes majorly affect the layout of the cells (due to now-missing outputs, etc) it can be quite disorienting.

any way to avoid this? any way to temporarily store the state of the code without executing it?
23 comments
A
s
M