You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i would like to do is to install jupyter_conda at the system level to allow users to set up their own local conda environments.
however when I try to install conda with pip i get
[joe@mcdull extensions]$ pip3 install nb-conda-kernels
ERROR: Could not find a version that satisfies the requirement nb-conda-kernels (from versions: none)
ERROR: No matching distribution found for nb-conda-kernels
Any pointers for allowing me to do something like this?
The text was updated successfully, but these errors were encountered:
The main hypothesis is that you are using/must use conda. So to achieve this, you need to install the base conda environment at the system level. And in that environment you will install jupyterlab or notebook, nb-conda-kernels and this extension.
The tricky part is to enable the base conda environment for all users in their terminal. For that you could take a look at the miniconda dockerfile.
What i would like to do is to install jupyter_conda at the system level to allow users to set up their own local conda environments.
however when I try to install conda with pip i get
[joe@mcdull extensions]$ pip3 install nb-conda-kernels
ERROR: Could not find a version that satisfies the requirement nb-conda-kernels (from versions: none)
ERROR: No matching distribution found for nb-conda-kernels
Any pointers for allowing me to do something like this?
The text was updated successfully, but these errors were encountered: