nb_conda_kernels icon indicating copy to clipboard operation
nb_conda_kernels copied to clipboard

Stripping the kernel name

Open wombatonfire opened this issue 5 years ago • 1 comments

https://github.com/Anaconda-Platform/nb_conda_kernels/blob/e779b519ee8c336520fa943c4556418286b796b4/nb_conda_kernels/manager.py#L181-L182

Is it really necessary to strip the kernel display name here? When working with multiple Python versions in different envs, the display name usually contains the version number, and it becomes harder to choose the right kernel when it is removed.

wombatonfire avatar Mar 09 '19 22:03 wombatonfire

We do this primarily for historical reasons. I'm happy to consider a PR to modify this behavior, but my preference would be to make it configurable so that it can be turned on/off by the user.

mcg1969 avatar Mar 20 '19 20:03 mcg1969

Closing as stale/wontfix; but happy to consider a PR under the stated conditions above

mcg1969 avatar Mar 06 '24 23:03 mcg1969