Use with Anaconda?

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?

Share relevant logs or error messages

none

Hi kuranez,

Welcome to the forums!

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

Maybe another passer by has a better suggestion!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.