VSCode unable to install Jupyter / Python Extension

Viewed 2618

I had to set up my Computer again and tried to install the Python Extension in VSCode.
When I try to install this extension I get the following error:

Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.54.1'.


To install the Python Extension, Jupyter is needed but this Extension seems to be broken in the newest VSCode version.
Anyone run into the same error and knows a fix for this without downgrading VSCode?
1 Answers

OS: Manjaro KDE

I tried installing code and upgrading to insiders (AUR) using pacman and did not get Python to install in vscode because of the Jupyter error. I tried installing Jupyter vsix manually and this also failed.

I ended up getting Python in to vscode by installing code using snap. https://snapcraft.io/code

Related