执行: pip install jupyter-client==6.1.12 -ihttps://pypi.tuna.tsinghua.edu.cn/simple/ pip install pyzmq==19.0.2 -ihttps://pypi.tuna.tsinghua.edu.cn/simple
aliyun.com/pypi/packages/48/2e/6d48ae4ef0c9aa1383b3186349472a01bb38dacb2162a4a4370525d3f2a4/jupyter_client-6.1.6-py3-none-any.whl (108 kB) |████████████████████████████████| 108 kB 1.7 MB/s Collecting ipython>=5.0.0 Downloading https://mirrors...
报错中提示到jupyter-client需要的pyzmq>23.0但是我们安装的版本太低。那么接下来就需要降低jupyter-client的版本,我们先将它卸载,然后重新安装jupyter-client==6.1.12。 pip uninstall jupyter-client pip install jupyter-client==6.1.12 1. 2. 注意!!!执行上述命令的时候,卸载jupyter-client后重新安装的时候必须加上...
Downloading https://mirrors.aliyun.com/pypi/packages/48/2e/6d48ae4ef0c9aa1383b3186349472a01bb38dacb2162a4a4370525d3f2a4/jupyter_client-6.1.6-py3-none-any.whl (108 kB) |████████████████████████████████| 108 kB 1.7 MB/s Collecting ipython>=5.0.0...
python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple # 安装基础包 pip install ipykernel jupyter notebook -i https://pypi.tuna.tsinghua.edu.cn/simple # 安装核心依赖 pip install jupyter-core jupyter-client -i https://pypi.tuna.tsinghua.edu.cn/simple ...
jupyter_client-6.1.6-py3-none-any.whl (108 kB) |████████████████████████████████| 108 kB 1.7 MB/s Collecting ipython>=5.0.0 Downloading https://mirrors.aliyun.com/pypi/packages/e7/ba/0ea438e2acd68ce79fde9cf57b4b1f18386969d8a013cd549254b151...
Pip是Python的包安装程序,它允许用户从Python包索引(PyPI)安装和管理软件包。Pip是Python官方推荐的包管理工具,它能够安装和管理第三方库和依赖项。Pip的主要优点是简单易用,但它不支持环境管理,这是Conda的一个优势。Pip主要用于安装和管理Python包。 Jupyter Notebook ...
Last login: Wed Jun 10 15:35:12 on ttys014 (base) localhost:~ ligaijiang$ pip install jupyter_contrib_nbextensions -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Looking in indexes: http://pypi.douban.com/simple Collecting jupyter_contrib_nbextensions Downloading http://...
Requirement already satisfied:notebook>=4.0ind:\python3.85-32\lib\site-packages(from jupyter_contrib_nbextensions)(6.1.3)Collecting jupyter-contrib-core>=0.3.3Downloading https://mirrors.aliyun.com/pypi/packages/e6/8f/04a752a8b66a66e7092c035e5d87d2502ac7ec07f9fb6059059b6c0dc272/jupyter_contri...
下一步是使用方便的 PyPIcaldav库。我找到了我的电子邮件服务的 CalDAV 服务器(你可能有所不同): 复制 importcaldav client=caldav.DAVClient(url="https://caldav.fastmail.com/dav/",username=username,password=password) 1. 2. CalDAV 有一个称为principal(主键)的概念。它是什么并不重要,只要知道它是...