jupyter安裝使用

Ritchie灰助發表於2024-11-14

1.使用 Anaconda 安裝

conda install jupyter notebook

使用pip安裝

pip3 install --upgrade pip
pip3 install jupyter

說明pip和pip3可以混用,但如果同時有python2和python3環境,那麼pip3會明確使用python3

2.啟動

jupyter notebook

3.使用


相關文章