Disable built-in package management for shared environments #2204
Replies: 2 comments 1 reply
-
Unfortunately there is no flag or way to do this outside the notebook for the time beeing. I think the PkgManager is great not only for reproducibility but also aids in trying out packages without the need of messing with the underlying envrionment yourself. |
Beta Was this translation helpful? Give feedback.
-
Hi @jheinen, Is the pluto instance ran just once in your PlutoHub or users start the pluto server themselves? You can hackishly disable the pkgmanager by running |
Beta Was this translation helpful? Give feedback.
-
Is there a way to disable Pluto's package management outside the notebook file, e.g. when Julia is started?
In a shared Julia environment (on a "Pluto hub") it sometimes makes more sense if you could switch off the internal package management, e.g. by using an environment variable, even if this does not necessarily guarantee the reproducibility of the notebooks.
Beta Was this translation helpful? Give feedback.
All reactions