-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nb_conda_kernels not detecting conda environments #126
Comments
Looks like this is an issue with conda channel that you have downloaded nb_conda_kernels from. The latest commit was not pushed to conda defaults or conda-forge. It is available on jupycon.
Whats happening is that the active environment is not showing up. This is an issue with the manager.py file. Before the last commit it has this line in the
I would just install from the above channel. As a bad workaround you can start your notebooks from an environment other than the one you would like to actually run. |
This difference between your kernelspec list and your notebook's available kernels is the consequence of nb_conda_kernels' design. It does not add kernelspecs to your jupyter data files. Rather, it dynamically creates kernels from your conda environments when jupyter is launched using a custom |
The screenshot you posted is for the |
Also, |
I am struggeling to get my nb_conda_kernels to detect my conda envs. While jupyter kernelspec only sees my base environment, conda has listed 3.
However, it looks like nb_conda_kernels finds one of these environments (test_gpu)
The text was updated successfully, but these errors were encountered: