# Install Python `hanklu` ###### tags: `NCC-python` ## 安裝:可以參考這些教學 [給自學者的Python教學(0) : 如何安裝Python(Mac/Windows) ](https://medium.com/@ChunYeung/%E7%B5%A6%E8%87%AA%E5%AD%B8%E8%80%85%E7%9A%84python%E6%95%99%E5%AD%B8-1-%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%9Dpython-126f8ce2f967) [python安装教程](https://blog.csdn.net/weixin_40844416/article/details/80889165) :::danger windows 在安裝時記得勾選: 加到 PATH ::: ## 測試:測試是否安裝成功 ### macOS: 「終端機」(在應用程式裡面) 1. 在應用程式裡面找到「終端機」  2. 輸入 `python3 --V` 會跑出電腦裡的 python 版本 > 只要是 python3.x 都不影響教學上使用 >  --- ### windows 1. 在搜尋的地方打上「cmd」,找到命令提示字元  2. 輸入 `python --version`,就會跑出電腦裡的python版本 > 只要是 python3.x 都不影響教學上使用  ## 安裝 jupyter 詳細介紹可以參考: - [[資料分析&機器學習] 第1.2講:Jupyter Notebook介紹](https://medium.com/jameslearningnote/%E8%B3%87%E6%96%99%E5%88%86%E6%9E%90-%E6%A9%9F%E5%99%A8%E5%AD%B8%E7%BF%92-%E7%AC%AC1-2%E8%AC%9B-jupyter-notebook%E4%BB%8B%E7%B4%B9-705f023e3720) - [[Python] Mac OS / Windows 安裝 Jupyter](https://oranwind.org/bid-data-mac-os-an-zhuang-jupyter/) 1. 輸入 `pip install jupyter` 會跑出很多東西,然後等一下下  2. 安裝完之後在 teminal ,輸入 `jupyter notebook` 瀏覽器會跳出一個頁面  ---- ### Jupyter 介面介紹&使用  
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up