jupyter server : not started, no kernel in vs code

12 浏览
0 Comments

jupyter server : not started, no kernel in vs code

我正在尝试在VS Code中使用Jupyter笔记本,并安装了Jupyter Notebook扩展程序。我正在使用(base)conda环境进行执行。在这个过程中出现了以下错误:

Error: Jupyter无法启动。尝试定位jupyter时出错:
at A.startServer (c:\Users\DELL\.vscode\extensions\ms-python.python-2020.2.63990\out\client\extension.js:1:784356)
at async A.ensureServerAndNotebookImpl (c:\Users\DELL\.vscode\extensions\ms-python.python-2020.2.63990\out\client\extension.js:1:783811)
at async A.ensureServerAndNotebook (c:\Users\DELL\.vscode\extensions\ms-python.python-2020.2.63990\out\client\extension.js:1:783612)
at async A.submitCode (c:\Users\DELL\.vscode\extensions\ms-python.python-2020.2.63990\out\client\extension.js:1:780564)
at async A.reexecuteCell (c:\Users\DELL\.vscode\extensions\ms-python.python-2020.2.63990\out\client\extension.js:75:879318)

status of jupyter notebook

如何解决这个问题?

0