-
Notifications
You must be signed in to change notification settings - Fork 298
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
Test: Kernel Picker "Kernel Source" experiment #11765
Comments
Still an early experiment so there are some big known issues already: |
Why is there no option to add a remote server behind the "Select Kernel Source" option? |
There is still a big disconnect between conntecting to a jupyter server and then selecting the kernel. I would really expect those two steps to be tied together instead of having to then find the same server in the kernel picker. |
There was some flakiness around re-selecting the same kernel when re-opening notebooks after having multiple open with different sources, but I'm struggling to get a consistent repro. I'm also confused about what is supposed to show up in the initial list along with 'select kernel source', most of the time it was only the currently selected kernel, which seemed kind of strange. |
Refs: #11576
Authors: @IanMatthewHuff
Complexity: 4
Create Issue
@roblourens and @amunger. Felt like Don, Peng and I had seen this the most already so assigned the two of you to get new eyes on this.
To get the settings for this get the following in your settings:
"jupyter.showOnlyOneTypeOfKernel": false, "jupyter.experimental.kernelPickerType": "Insiders",
Note, this is all behind an experiment for now. Testing can be pretty broad here, but I've tried to list out some basic steps and a few known issues. Comments on the basic flow are better than testing every nook and cranny at this point.
Steps:
9. When a server is added you should also get the option to name it, try giving a custom name 10. After server(s) are added, they should show up as options in the "Select Kernel Source" command 12.
13. When picking a remote kernel source you should only see kernels from that source as options 14.
15. Open a second notebook file. 16. Connect it to a different kernel source 17. You should be able to select different sources for different open documents, and picking a different source in on should not kill other documents with other kernels sources (like the previous experiment used to do) 18.
19. In above example one document is connected to Server B kernel source and the other is connected to Local kernel sources
The text was updated successfully, but these errors were encountered: