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就可以即時看到結果。