简体   繁体   中英

Cannot open Python:Select Interpreter nor Jupyter notebooks in VScode

I was using Microsoft VSCode for sometime and then I installed Kite. After installing kite two of my extensions are not working ie Python (ms-python.python) and Jupyter (ms-toolsai.jupyter). They are installed but they are not enabled. As you can see in the below image,

在此处输入图像描述

I am not able to enable these extensions as well as shown below在此处输入图像描述 .

I tried reinstalling VSCode and anaconda but still I cannot open.ipynb files nor I can select Python interpreter by doing ctrl + shift + p.

I have encountered the same situation before, the following is my solution, and you could refer to it:

In the folder where VS Code extensions are stored (..:\Users\username.vscode\extensions), find the " Python " extension and the " Jupyter " extension, and then try to remove or delete them, then reopen VS Code, and install these two extensions:

在此处输入图像描述

在此处输入图像描述

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