anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
599 stars 70 forks source link

runner broken by #184 #195

Closed fcollonval closed 3 years ago

fcollonval commented 3 years ago

As mentionned in #187, #184 introduces a bug:

https://github.com/Anaconda-Platform/nb_conda_kernels/blob/f330b13f13f0408f5343a3c12cac9ec754f9486a/nb_conda_kernels/runner.py#L27-L30

The command should be joined only for the not current environment case.