本頁重點提要

  • 01.最常用的 5 個區塊:Editor/Console/Variable Explorer/Help/File Explorer。
  • 02.工作目錄要設到專案資料夾。
  • 03.Variable Explorer 對資料分析非常關鍵。

介面導覽:Editor/Console/Variable Explorer

  • Editor:寫程式(.py 檔案)
  • IPython Console:互動執行、看輸出
  • Variable Explorer:看變數內容(DataFrame 超好用)
  • Help:查函式說明
  • File Explorer:專案資料夾與檔案

建議設定:工作目錄(Working Directory)

請把工作目錄指到你的專案資料夾,避免讀檔/寫檔時找不到路徑。
你可以在上方工具列選資料夾,或在 File Explorer 右鍵設定。

Implementation Reference
print("Hello Spyder")
Switch Page