Install Python
hanklu
安裝:可以參考這些教學
給自學者的Python教學(0) : 如何安裝Python(Mac/Windows)
python安装教程
windows 在安裝時記得勾選: 加到 PATH
測試:測試是否安裝成功
macOS: 「終端機」(在應用程式裡面)
-
在應用程式裡面找到「終端機」
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
輸入 python3 --V
會跑出電腦裡的 python 版本
只要是 python3.x 都不影響教學上使用
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
windows
-
在搜尋的地方打上「cmd」,找到命令提示字元
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
輸入 python --version
,就會跑出電腦裡的python版本
只要是 python3.x 都不影響教學上使用
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
安裝 jupyter
詳細介紹可以參考:
-
輸入 pip install jupyter
會跑出很多東西,然後等一下下
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
安裝完之後在 teminal ,輸入 jupyter notebook
瀏覽器會跳出一個頁面
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Jupyter 介面介紹&使用
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →