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"
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 吳盈霖 的頭像
    吳盈霖

    吳盈霖的部落格

    吳盈霖 發表在 痞客邦 留言(0) 人氣()