Get help from the marimo community

Updated 3 weeks ago

Per-environment or global Marimo?

Do you recommend using a global marimo installation or a per-environment marimo installation?
M
l
J
4 comments
we recommend per environment and adding it in your pyproject.toml. do you use pip or uv or something else?
Thanks for the answer! I use uv
@Jan-Hendrik Müller may have some learnings he can share (or a thread which he documented some of this)
hi @lucha6 , here are my some thoughts about uv + marimo from a few weeks ago:
https://discord.com/channels/1059888774789730424/1294245925522243614/1295815569928491100
I'm currently also using per-environment marimo installation, and here's how I'd normally setup my env:
Plain Text
uv venv --python 3.13                 
uv pip install marimo numpy matplotlib
uv run marimo edit hello.py
Add a reply
Sign up and join the conversation on Discord