Я установил 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 он спрашивает у меня пароль:

Я изменил пароль с помощью команды:
пароль ноутбука 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-коде?