What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.0.11 What app is this about: jupyterlab
Describe your issue
Hello,
Many python packages I use are only available from anaconda. I managed to install anaconda and link environments and kernels.
Right now I’m running jupyterlab out ouf the default directory /opt/jupyterlab/. Problem: I’m running processes both out of the /opt/jupyterlab/venv/ environment and /home/user/anaconda3 environment, which is not ideal. How to set up my jupyterlab installation to use anaconda environments only preferably?
This area is not my forte (Jupyterlab looks like a nice app though!); I’d say that if there is no setting available in Jupyterlab itself, you’re down to replacing libraries in /opt/jupyterlab/venv with symlinks to the respective libraries in /home/user/anaconda3.
The downsides are probably clear to you:
lot of work (or you’d have to script it)
symlinks will probably get lost when upgrading Jupyterlab