visual studio code——運行python

 

How to run Python in Visual Studio Codepython

 

Getting Started with Python in VS Codevisual-studio-code

 

python教程post

 

vs code 安裝python擴展包visual-studio

 

 下載python包ui

# Don't use with Anaconda distributions because they include matplotlib already.

# macOS
sudo python3 -m pip install matplotlib

# Windows (may require elevation)
python -m pip install matplotlib

# Linux (Debian)
sudo apt-get install python3-tk
python3 -m pip install matplotlib

 

 

查看python信息命令行

 

 

 運行python代碼 ,以及查看運行結果3d

 或者 右鍵:code

 

命令行終端類型的選擇blog

 

相關文章
相關標籤/搜索