nb_conda_kernels dynamically creates kernelspecs from environments and is managed by CondaKernelSpecManager but is not installed onto the system.
That's why there is a discrepency between visible notebook kernelspecs and system kernelspecs
It's not clear how to install the custom nb_conda_kernel kernelspecs to the system via the README.md or wiki documentation. Has others been able to do this?
I've been looking into using the following command, but have been running into bugs while testing
nb_conda_kernels
dynamically createskernelspecs
from environments and is managed byCondaKernelSpecManager
but is not installed onto the system.That's why there is a discrepency between visible notebook kernelspecs and system kernelspecs
It's not clear how to install the custom
nb_conda_kernel
kernelspecs to the system via theREADME.md
or wiki documentation. Has others been able to do this?I've been looking into using the following command, but have been running into bugs while testing
how to list notebook kernelspecs:
how to list system kernelspecs:
or