2020-07-13
阅读量:
877
安装目录插件容易出现的几种错误情况
1、报错time out,是因为访问超时,可以加上国内镜像源进行安装
如:
第一步:更新pip
python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
第二步:更新Jupyter
pip install --upgrade jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
第三步:安装 jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
第四步:配置 nbextension
jupyter contrib nbextension install --user
2、安装后jupyter notebook还是没有
会因为以下几种情况:
1、需要重启jupyter notebook
2、需要在首页进行配置
3、如果首页没有新增Nbextensions,是因为第四步配置Nbextensions的代码没有在anaconda prompt里运行,需要先去运行该语句,再重启jupyter notebook进行配置






评论(0)


暂无数据