Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active/Live Remote Kernel instance is not selected after it is started #9865

Open
sbatten opened this issue Apr 27, 2022 · 2 comments · May be fixed by #10573
Open

Active/Live Remote Kernel instance is not selected after it is started #9865

sbatten opened this issue Apr 27, 2022 · 2 comments · May be fixed by #10573
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-kernel-picker upstream-vscode Blocked on upstream VS code
Milestone

Comments

@sbatten
Copy link
Member

sbatten commented Apr 27, 2022

While testing #9768, I was quite confused by the kernel picker UI.

  1. I select "Python 3" unstarted (the only kernel at the start)
  2. I run a cell
  3. The kernel picker says the unstarted kernel is the currently selected kernel
  4. There is a new entry that is the newly started kernel which is truly the currently selected kernel

Perhaps there is a solution in the proxy/lazy kernel work.

@sbatten
Copy link
Member Author

sbatten commented Apr 27, 2022

cc @rchiodo

@rchiodo
Copy link
Contributor

rchiodo commented Apr 27, 2022

We'd love to be able to update the kernel after we start it. I think if the controller.resolve can return a different controller after it's started, that would make this solvable.

@greazer greazer added notebook-kernel Kernels issues (start/restart/switch/execution, install ipykernel) bug Issue identified by VS Code Team member as probable bug and removed notebook-kernel Kernels issues (start/restart/switch/execution, install ipykernel) labels Apr 28, 2022
@greazer greazer transferred this issue from microsoft/vscode May 2, 2022
@greazer greazer added the notebook-remote Applies to remote Jupyter Servers label May 2, 2022
@greazer greazer added this to the May 2022 milestone May 2, 2022
@greazer greazer added the upstream-vscode Blocked on upstream VS code label May 2, 2022
@rchiodo rchiodo modified the milestones: May 2022, June 2022 May 25, 2022
@rchiodo rchiodo modified the milestones: June 2022, July 2022 Jul 1, 2022
@amunger amunger modified the milestones: July 2022, August 2022 Jul 29, 2022
@rebornix rebornix modified the milestones: October 2022, November 2022 Oct 25, 2022
@DonJayamanne DonJayamanne removed this from the November 2022 milestone Nov 28, 2022
@DonJayamanne DonJayamanne added this to the December 2022 milestone Nov 28, 2022
@DonJayamanne DonJayamanne modified the milestones: March 2023, April 2023 Mar 21, 2023
@DonJayamanne DonJayamanne modified the milestones: April 2023, May 2023 Apr 26, 2023
@DonJayamanne DonJayamanne changed the title Kernel instance is not selected after it is started Live Remote Kernel instance is not selected after it is started Oct 30, 2023
@DonJayamanne DonJayamanne changed the title Live Remote Kernel instance is not selected after it is started Active/Live Remote Kernel instance is not selected after it is started Oct 30, 2023
@DonJayamanne DonJayamanne added this to the Backlog milestone Dec 4, 2023
@rebornix rebornix removed the mru label Dec 7, 2023
@DonJayamanne DonJayamanne removed the notebook-remote Applies to remote Jupyter Servers label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook-kernel-picker upstream-vscode Blocked on upstream VS code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants
@rebornix @DonJayamanne @amunger @sbatten @greazer @rchiodo and others