Get help from the marimo community

Home
Members
simonmaris
s
simonmaris
Offline, last seen 4 months ago
Joined November 25, 2024
We run marimo in a docker container using the following command:
Plain Text
marimo edit --sandbox --no-token -p $PORT --host $HOST

Works fine and we have a folder mounted with several notebooks, which have script metadata, per PEP 723.
However, the specified versions are ignored, instead required packages are just auto discovered. It seems sandbox only works properly when directly opening a specific notebook on marimo cmd?

1) Any best practices or ideas for this case?
2) Next level: if those notebooks needed seperate environments, how would you approach this?

Any help appreciated - thanks!
8 comments
A
s