-
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
Enter doesn't work in "Enter the URL of the running jupyter server" #16374
Comments
Okay, an update: After pressing enter, I tested whether running cells in the notebook works. It doesn't. It goes back to the "Type to choose a kernel source" interface. However, if I press Ctrl+C in the terminal where I have jupyter running, a pink box appears:
Prior to that, there is no indication that it was even trying to connect. |
Is your jupyter server running on |
It is. I can access it from the browser. ( |
Please can you open the developer tools using the command |
I'm also seeing this issue recently where I was not previously. I am able to access the jupyter server through any web browser or other client, but the extension specifically is failing to connect. All extensions and VS Code are up to date, running on Mac OS. |
Applies To
What happened?
I opened an
.ipynb
file, clicked Select Kernel --> Existing Jupyter Server. Then I enteredhttps://localhost:8888
and pressed Enter. The Enter didn't register.This is similar to microsoft/vscode#110528
I enabled trace logging, and this is the output. Note that the enter keypress doesn't show up.
Other things I tried:
https://localhost:888
and press enter, nothing happens either. A valid or invalid port is equivalentlocalhost:8888
without thehttps
, I get a pink box with a message "Invalid protocol in URL specificed, only HTTP and HTTPS are supported." Apparently in this case my Enter does register. I don't get anything in the Jupyter output, though (see below).localhost
, I get a pink box "Invalid URL specified". In this case I do get Jupyter output.VS Code Version
Version: 1.96.3 (user setup) Commit: 91fbdddc47bc9c09064bf7acf133d22631cbf083 Date: 2025-01-09T18:14:09.060Z Electron: 32.2.6 ElectronBuildId: 10629634 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.22631
Jupyter Extension Version
2024.11.0
Jupyter logs
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
conda 24.7.1
Running Jupyter locally or remotely?
Remote
The text was updated successfully, but these errors were encountered: