Virtual environments with a sandboxed notebook #6058
-
|
It is possible to create a sandboxed virtual environment with ’marimo edit --sandbox notebook.py’. After doing that, is it possible to decide whether to use the notebook with the sandboxed virtual environment or the virtual environment it was startend in (i.e. of the project)? I didn't understand that in the package management docs (maybe I have overlooked something): https://docs.marimo.io/guides/package_management/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm not certain why you wouldn't just start without the |
Beta Was this translation helpful? Give feedback.
I'm not certain why you wouldn't just start without the
--sandboxflag?