Closed fcollonval closed 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.
RUNNER_COMMAND
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.
nb_conda_kernels
The failing job is due to a random failure of the kernel to execute - this is ready for review.
Sorry @fcollonval, looking at it now. I sure wish we could figure out those intermittent issues.
Fixes #183
This add
RUNNER_COMMAND
to all exported kernelspecs. But it changes the runner to activate the environment only if it is not matchingsys.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.