檢查python是否安裝。
on command prompt type the following command : python --version
如果未下載 python,請從其網站下載
檢查pip是否安裝
on cmd type the following command pip --version
安裝jupyter筆記本
type the following command on the commmand prompt : pip install notebook
安裝成功後
開啟 jupyter 筆記本
type the following command on the command prompt : jupyter notebook
以上是如何安裝jupyter筆記本的詳細內容。更多資訊請關注PHP中文網其他相關文章!