简体   繁体   中英

Jupyter server crashed. Unable to connect. Error code from jupyter: 1"

I keep getting this error message when trying to run the python interactive window in VS Code. I have tried this on another laptop with no issue but for some reason, it happens on my other laptop. The error message is:

"Executing code failed : Error: Jupyter server crashed. Unable to connect. 
Error code from jupyter: 1"

I've tried uninstalling VS Code, uninstalling the python extension, researching the error code online, but no luck.

I had a similar issue. I had to configure a setting in the VSCODE command palette.

"Python: Select Interpreter to Start Jupyter server"

and select an environment with Jupyter installed, to allow vscode to start the server.

https://github.com/microsoft/vscode-python/issues/11048 (see comment on 9th April)

just config "Jupyter Notebook", startup "jupyter notebook" .

more info: https://blog.csdn.net/weixin_34238642/article/details/91363525

enter image description here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM