pip方式安装Jupyter
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