Auto starting kernels for native notebooks was turned off (not interarctive as well) #7624
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
This was always turned off for native notebooks
Now that interactive also uses the native approach, there's no point having an auto start that doesn't work as expected.
We removed auto start for notebooks as things weren't working properly (progress indicators, checking if ipykenel is found or not - e.g. if auto start kicks in, and we run a cell immediately, then we don't get prompted to isntall ipykernel as that check is done as part of auto start & that hides all UI prompts).
Same could happen here (IW) too, hence users could be running into the same issues & getting bugs (not prmopted to install etc)
The text was updated successfully, but these errors were encountered: