Can't enter the url of a local jupyter server
See original GitHub issueEnvironment data
- VS Code version: 1.50.1
- Extension version (available under the Extensions sidebar): v2020.10.332292344
- OS and version: OSX 10.14.6
- Python version (& distribution if applicable, e.g. Anaconda): Anaconda (python 3.7.4)
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
- Relevant/affected Python packages and their versions: XXX
- Relevant/affected Python-related VS Code extensions and their versions: XXX
- Value of the
python.languageServer
setting: Microsoft
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]
Expected behaviour
In a jupyter notebook the extension asks me to enter the url of an already running server. The input box should accept the pasted value
Actual behaviour
I can paste this value but nothing happens on Enter. The input box remains open, the pasted url still there and nothing happens. My only option is to hit Esc and close the input.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Why I can't access remote Jupyter Notebook server?
When I want to access Jupyter remotely in the same local area network, say open http://192.168.1.111:8045/ , I can't open a Jupyter page...
Read more >Running a notebook server
This document describes how you can secure a notebook server and how to run it on a public interface.
Read more >Jupyter seems to connect fine, but I cannot access it in a browser
It's the link that Jupyter says it's running the notebook on. And yes, I've tried myipaddress:8888 with my actual ip address, and ran...
Read more >How to Install, Run, and Connect to Jupyter Notebook on a ...
Jupyter Notebook is an open-source, interactive web application that ... 20.04 web server and how to connect to it from your local computer....
Read more >Local runtimes - Google Colab
Connecting to a Jupyter notebook server running on your local machine can ... Enter the URL from the previous step in the dialog...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hitting
Enter
does work for me & I can hitcmd+v
as well.Hey @LeonardoGentile, if you’re still seeing this issue, please let us know on microsoft/vscode #110528