通过win+r安装jupyter报错

通过pip install jupyter安装jupyter报错处理办法

1、python 更新到最新版,最好多执行几次后在安装jupyter
python.exe -m pip install --upgrade pip

2、通过镜像安装
pip install jupyter --force-reinstall pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
安装语句+镜像地址

你可能感兴趣的:(数据分析,Python,jupyter,python,ide,数据库,数据仓库)