怎么用pip安装jupyter[jupyter使用教程]
用pip安装jupyter的方法:
1、pip升级
先使用下面的命令升级pip
python -m pip install --upgrade pip
命令行窗口输入: pip install jupyter
如果显示如下:
则使用下面的命令安装:
pip install --user jupyter
打开方式:
在cmd中直接使用下面的命令启动
jupyter notebook
Python学习网,有大量免费的Pycharm使用教程,欢迎大家学习!
以上是 怎么用pip安装jupyter[jupyter使用教程] 的全部内容, 来源链接: utcz.com/z/525836.html