-
Notifications
You must be signed in to change notification settings - Fork 299
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
Support multiple remote servers #9684
Comments
While refactoring the kernel code I explored this task and at that point the plan was to add the Uri (some of remote connection info) into the kernel connection & when starting/connecting to the remote server we'd use that information instead of assuming the connections was in the single setting. This was discussed with the team, however not completed. Can't remember why it wasn't completed, either ran out of time or just lost track of it. One use case was the ability to connect to multiple remotes and display in the kernel manager. |
Will not be done as we don't see the need to support multiple remotes for now. |
As part of the lazy kernel exploration microsoft/vscode#146942 (comment) , we want to support multiple remote servers, which would allow each notebook to use their preferred remote server, contributed by remote jupyter server provider.
The text was updated successfully, but these errors were encountered: