[Solved] vscode python jedi client: couldn't create connection to server
Python
Mohit Mozumder
Problem:
I keep getting this message when I run Jupyter Notebook.
vscode python jedi client: couldn't create connection to server
Solution:
Change in your settings.json -"python.languageServer": "Pylance"
or-
"python.languageServer": "Default"
You may need to install the Pylance extension, if you don't already have it.
Thank you for reading the article. If you face any further problem feel free to ask us.