Cannot resolve starting jupyter if active interpreter doesn't support jupyter #9992
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
notebook-getting-started
I have an active interpreter that doesn't support jupyter.
I open a notebook and pick an interpreter that does have jupyter.
I try to run (with ZMQ disabled).
I get this:
In the picture you can see that I have 'condaEnvTest' selected but then it's saying the 'EmptyVenv' doesn't have jupyter installed. Why is it using 'EmptyVenv', well because it's the active interpreter.
This is because the code here:
vscode-jupyter/src/kernels/jupyter/launcher/jupyterExecution.ts
Line 85 in efc80e4
Doesn't allow passing of any kernel information. It should be able to use the currently selected interpreter.
The text was updated successfully, but these errors were encountered: