Я не могу запустить Jupyter с VScode - PullRequest
0 голосов
/ 15 марта 2020

Я установил Jupyter:

$ jupyter --version
upyter core     : 4.6.3
jupyter-notebook : 6.0.3
qtconsole        : not installed
ipython          : 7.13.0
ipykernel        : 5.1.4
jupyter client   : 6.0.0
jupyter lab      : not installed
nbconvert        : 5.6.1
ipywidgets       : 6.0.0
nbformat         : 5.0.4
traitlets        : 4.3.3

В браузере я могу запустить jupyter, но сначала в коде vs он спрашивает у меня пароль:

enter image description here

Я изменил пароль с помощью команды:

пароль ноутбука Jupyter

И во всех случаях я получаю сообщение de:

Failed to connect to remote Jupyter notebook.
Check that the Jupyter Server URI setting has a valid running     server specified.
http://localhost:8889/tree
r: request to http://localhost:8889/treelogin? failed, reason: connect ECONNREFUSED 127.0.0.1:8889    

Что мне нужно сделать, чтобы Jupyter работал в моем vs-коде?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...