Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vscode python jedi client: couldn't create connection to server

I keep getting this message when I run Jupyter Notebook.

  • comment :

1

  • output:

2

like image 425
Insu Gim Avatar asked Feb 24 '26 04:02

Insu Gim


1 Answers

Pylance is now the default language server (see here). As such, I resolved the issue by changing my settings.json to:

"python.languageServer": "Pylance"

You may need to install the Pylance extension, if you don't already have it.

like image 144
Matt Avatar answered Feb 25 '26 22:02

Matt