简体   繁体   中英

Why does jupyter notebook on vscode always say not Python is installed?

Python is installed in Linux, as shown in terminal, but why does jupyter notebook on vscode always say not Python is installed?

Thanks a lot.

Have you selected a python environment which has jupyter notebook installed.

Install jupyter notebook in environment:

pip install jupyter notebook

Select environment in VSCode:

https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment

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