Using Marimo with scverse mutable objects #9518
Unanswered
AlbertoFabbri93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’ve been experimenting with Marimo recently and appreciate its reactive, immutable execution model. However, I’m running into some friction when trying to use it together with mutable objects from the scverse ecosystem like
spatialdata,anndataandmudata.A lot of typical workflows in scverse rely on in-place mutations (e.g., modifying
.obs,.var, or layers directly), which doesn’t seem to align well with Marimo’s approach. In particular, these in-place updates can interfere with change tracking and reactivity.I do not have much experience with data analysis and pyhton and I would appreciate some advice. For example:
I’d be interested to hear any experiences, recommendations, or design patterns that make this setup more ergonomic.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions