close
在task.json檔案中,輸入以下內容並存檔,即可正常輸出及顯示中文
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "python",
"isShellCommand": true,
"args": ["${file}"],
"showOutput": "always",
"options": {
"env": {
"PYTHONIOENCODING":"UTF-8"
}
}
}
在settings.json檔內輸入以下內容,就可以使用anaconda裡面大量的包,包括openpyxl,pandas等
"python.pythonPath":"C:/ProgramData/Anaconda3/python.exe"
全站熱搜
留言列表