pip方式安裝Jupyter
如你的cmd命令窗口無法識別pip命令,請配置下環境變量(將python的''Scripts''文件夾路徑添加至''path''變量里面)。
使用以下命令更新pip和安裝Jupyter
pip3 install --upgrade pip
pip3 install jupyter
啟動Jupyter
jupyter notebook
jupyter notebook
參考資料:
Jupyter 官方說明
https://jupyter.readthedocs.io/en/latest/install.html
pip配置
https://blog.csdn.net/zyx19950825/article/details/52469813
最詳盡使用指南:超快上手Jupyter Notebook
https://blog.csdn.net/datacastle/article/details/78890469