1.使用 Anaconda 安裝
conda install jupyter notebook
使用pip安裝
pip3 install --upgrade pip
pip3 install jupyter
說明pip和pip3可以混用,但如果同時有python2和python3環境,那麼pip3會明確使用python3
2.啟動
jupyter notebook
3.使用
conda install jupyter notebook
使用pip安裝
pip3 install --upgrade pip
pip3 install jupyter
說明pip和pip3可以混用,但如果同時有python2和python3環境,那麼pip3會明確使用python3
jupyter notebook