Home > Net >  Failed to start kernel - Jupyter in VsCode
Failed to start kernel - Jupyter in VsCode

Time:02-27

Error I've been trying to use Jupyter for my basic python code and it doesn't work. I tried to uninstall and reinstall Python and Jupyter in VsCode but seemed like it's still the same.

CodePudding user response:

A jupyter file is *.ipynb

A python file is *.py

In vscode just make a blank *.ipynb file and it will be automatically recognised.

  • Related