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

Use RUNNER_COMMAND for all exported kernelspecs #184

Closed fcollonval closed 4 years ago

fcollonval commented 4 years ago

Fixes #183

This add RUNNER_COMMAND to all exported kernelspecs. But it changes the runner to activate the environment only if it is not matching sys.prefix.

I added some unit tests for it - but bypass the unicode named kernel on Linux as it brought an error not related to nb_conda_kernels code.

fcollonval commented 4 years ago

The failing job is due to a random failure of the kernel to execute - this is ready for review.

mcg1969 commented 4 years ago

Sorry @fcollonval, looking at it now. I sure wish we could figure out those intermittent issues.