Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 436 Bytes

File metadata and controls

21 lines (11 loc) · 436 Bytes

Jupyter

  • 什麼是Jupyter?

Jupyer Notebook(以前稱為IPython notebook) 是一個介於IDE以及Editor間的一個讓你可以寫code的工具,好處是可以邊寫邊看輸出

安裝jupyter

python3 -m pip install --upgrade pip
python3 -m pip install jupyter
jupyter notebook //啟用jupyter

使用jupyter

  • 選擇 New - Python3 就可以開啟檔案,然後run就可以即時看到結果。