Can't connect to the local jupyter server
See original GitHub issueEnvironment data
- VS Code version: 1.31.0
- Extension version (available under the Extensions sidebar): 2019.1.0
- OS and version: windows 10 pro
- Python version (& distribution if applicable, e.g. Anaconda): python 3.7.1
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
- Relevant/affected Python packages and their versions: jupyter 4.4.0
Expected behaviour
XXX
Actual behaviour
It seems that it stuck at the loop of lost connection and reconnecting.
Steps to reproduce:
- XXX
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
XXX
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (5 by maintainers)
Top Results From Across the Web
Why I can't access remote Jupyter Notebook server?
From your command line, we can see your jupyter server is running normally.The reason you can't access your remote jupyter server is that...
Read more >What to do when things go wrong - The Jupyter Notebook
Jupyter fails to start ; If it can't find jupyter , you may need to configure your PATH ; If Jupyter...
Read more >Jupyter Notebook Kernel Not Connecting: Connection Failed
With Regards, I have installed Anaconda and then launch Jupyter Notebook .Being a noob I am trying printing my name in it I...
Read more >DataSpell - Manage Jupyter notebook servers - JetBrains
Start a local Jupyter server: run a Jupyter server in a local directory that will be attached to your workspace. Connect to a...
Read more >Jupyter seems to connect fine, but I cannot access it in a browser
So if Jupyter is not configured to listen on another address then your host machine will not be able to connect.
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
Sorry for noise. My problem was with jupyter notebook itself, not with vscode-python. The workaround that helped me: https://github.com/jupyter/jupyter/issues/401
I think this issue should have been cleaned up via the idle timeout work from this summer. Sorry that the issue didn’t get closed then. Just reactivate if there are still connection issues.