vscode-jupyter: Can't connect to the local jupyter server

Environment 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:

  1. XXX

Logs

Output for Python in the Output panel (ViewOutput, 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)

image image

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (5 by maintainers)

Most upvoted 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