-
Notifications
You must be signed in to change notification settings - Fork 294
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
Choosing/changing remote local servers is buggy and confusing. #10363
Comments
Having similar issues recently on my Linux workstation:
Clues:
|
@JakeColor - I created a separate issue from your comment since you're not seeing the kernel at all, whereas the OP is just not having the remote kernel suggested, but it's still in the list. |
@binderjoe I don't think the 'local' vs 'remote' problem is going to go away for codespaces. Remote is too overloaded a term. We should create a separate issue to handle that issue specifically. Same thing happens when in a remote ssh scenario. |
Created a separate issue for the codespaces issue: |
I verified bugs 1-4 are present on seemingly the latest of things and on prerelease versions of Python and Jupyter
Let me know if there's additional steps needed to see the fixes |
Sorry there's a setting. Added after the initial submission.
This setting was tested with test plan item #10911 though. I don't think this issue can really be verified because it's subjective. |
Thanks, that seems to remove bugs 1-3. However I can still reproduce bug 4 with that setting present. |
Bug 4 is actually covered by an existing issue: |
Prep
jupyter notebook
)Bug 1
Jupyter: Specify Jupyter server for connections
I'm still connected to my local kernel. I expected to have to choose a new kernel.
Bug 2
Notebook: Select notebook kernel
The suggested kernel will be the local kernel I'm already connected to. I expect to either have no suggestion, or a suggestion from the server I just connected to.
Bug 3
Notebook: Select notebook kernel
You'll still see the local kernel suggested. Probably a dupe of Bug 2, but still.You'll run against the local kernel, yet the status bar says you're connected to a Remote Jupyter server. Highly confusing.
Bug 4
Cell "executes" indefinitely and I can't interrupt it.
I'm forced to reload.
The text was updated successfully, but these errors were encountered: