Use python execution service, not general process execution service for non-daemon raw start.#12846
Conversation
…hen raw kernel daemon start fails
|
This is why I'm glad we have the validate step. Glad that @rchiodo caught this. My fix for 2.7 initially did this:
This would work, and was working for my test case. But it could very easily pick up the wrong interpreter. It would certainly pick the wrong one for anything that was just an interpreter and not an venv / conda env. New flow is:
|
|
I might check this in first, since I want this fix in release. But maybe we could use a functional test here? I'll look into if it's reasonable to write one. |
|
Functional tests (that actually use jupyter) use conda at the moment. I believe you said conda doesn't have this problem. |
|
Kudos, SonarCloud Quality Gate passed!
|
…or non-daemon raw start. (microsoft#12846)
For #12821
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed).