Marimo needs to be installed within the env, it's a python library effectively, so each environment spun up will require either:
uv add marimo
or
uv add "marimo[recommended]"
then run:
uv run marimo edit
to spin up your instance.