-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive windowImpacts interactive windowupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS codeverifiedVerification succeededVerification succeeded
Milestone
Description
- Have an active interpreter without ipykernel installed
- Start the interactive window from a script file
- Click 'Change Kernel' on the dialog that comes up
- 🐛 Nothing happens. This is because
notebook.selectKernel
doesn't work if there isn't an active notebook editor
Based on discussion at notebook sync this morning, we can modify notebook.selectKernel
to take the notebook widget that the kernel picker should be invoked for (interactive.open
returns the notebook editor widget).
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive windowImpacts interactive windowupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS codeverifiedVerification succeededVerification succeeded