Hi All,
I have installed Jupyter lab, It is installed as a shared package and loaded as a module for OOD.
-
The interface works but it looks like because it is installed system wide Users don’t have the perms to install their packages. I don’t see any variables (that work) to set that allows install or running of Jupyter Lab system wide as a module but allow users to save their python stuff and plugins in their home directory? I know I could solve this with a cond env or perhaps a container for users but are there any ways to make the way I have it setup work.
-
The other thing I would like advise on is, is it a bad thing to let users manage their own install of:
a. Jupyter plugins?
b. Python packages? -
Is it better to manage the above as a sysadmin centrally or as users. Risks?
Thanks