pip install jupyter 显示requairment already satisfied

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install jupyter 显示requairment already satisfied相关的知识,希望对你有一定的参考价值。

参考技术A 找到jupyter在用户里面。而pip在另一个文件夹下。
当初是在VisualCode中安装的,cmd下调用的是的visualcode的安装目录。
根据requirementalready后面的地址找到jupyter的安装目录,双击jupyter-notebook.exe或直接复制jupyter相关文件到原先目录(visualcode安装目录)下,就可以在cmd中调用了。

jupyter的下载安装

在dos命令行中输入

pip install jupyter

回车即可,但是有可能出现报如下错误

ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443) Read time out


这时候我们可以直接去https://pypi.python.org/pypi/notebook/5.4.0 下载你下载不下来的那个包,这里我的安装包是

notebook 5.4.0我在下载它的时候发生了read超时!所以我们在这里直接下载,我下载到了E:盘根目录

然后进入dos命令行,使用

pip install notebook-5.4.0-py2.py3-none-any.whl

然后,在使用

pip install jupyter

就可以。

安装完成后,使用命令

jupyter notebook

就可以启动jupyter进入如下网页端界面!

技术分享图片

在这里就可以写代码了。点击AndroidMalware.ipynb就可以运行里面写好的代码了。


以上是关于pip install jupyter 显示requairment already satisfied的主要内容,如果未能解决你的问题,请参考以下文章

Installing the Jupyter Software

mac篇---mac安装jupyter

jupyter初体验

重新学习ubuntu --python3,pip3,jupyter

pip install –r ./requirements.txt 报错 改成 pip install -r requirements.txt 成功

Jupyter Notebook下安装第三方Python模块