pip 安装jupyter
时间: 2023-08-14 10:09:19 浏览: 109
glove_python 包,window 版,直接解压 pip setup.py install 即可安装
要使用pip安装Jupyter,你可以按照以下步骤进行操作。首先,打开Windows命令提示符窗口。然后,输入以下命令进行安装:pip install jupyter notebook。\[1\]如果在cmd中提示"'pip' 不是内部或外部命令,也不是可运行的程序或批处理文件",这意味着你在安装时没有将pip添加到你电脑的path中。你可以通过以下步骤解决这个问题。首先,打开cmd窗口,输入命令"where python",可以找到你电脑中Python的地址,这将给你一个大致的方向。根据找到的Python安装路径,你可以找到相应的pip路径。pip通常位于Python安装目录下的Scripts文件夹中。将找到的pip路径添加到系统的PATH环境变量中。你可以按下Win键,搜索并打开"系统环境变量编辑器"或"编辑系统环境变量"。在"系统属性"窗口的"高级"选项卡中,点击"环境变量"按钮。在"环境变量"窗口中,找到"系统变量"部分下的"Path"变量,然后点击"编辑"。将找到的pip路径复制进去即可(如果是私人电脑的话还需添加到你个人用户的PATH中)。\[2\]执行以上命令后,如果命令提示符窗口中输出"Installing collected packages: jupyter Successfully installed jupyter-1.0.0",则说明Jupyter安装成功。\[3\]
#### 引用[.reference_title]
- *1* *3* [Jupyter程序安装和使用指南【详细教程】](https://blog.csdn.net/zy1992As/article/details/130825559)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [pip的使用、Jupyter的相关库的安装保姆级别教程](https://blog.csdn.net/YiCheng_123/article/details/129665777)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文