首頁  >  文章  >  後端開發  >  如何安裝jupyter筆記本

如何安裝jupyter筆記本

Barbara Streisand
Barbara Streisand原創
2024-11-18 18:36:03375瀏覽

How to install jupyter notebook

步驟1

檢查python是否安裝。

on command prompt
type the following command :
python --version

如果未下載 python,請從其網站下載

步驟2

檢查pip是否安裝

on cmd
type the following command
pip --version


步驟3

安裝jupyter筆記本

type the following command on the commmand prompt :
pip install notebook

步驟4

安裝成功後
開啟 jupyter 筆記本

type the following command on the command prompt :
jupyter notebook

完畢

以上是如何安裝jupyter筆記本的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn