遇到报错ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhoste

目的:
想要更改我jupyter notebook的字体和主题,但是遇到了这样的问题在这里插入图片描述一般遇到这种情况就是需要使用管理员账户使用

解决方式

xxx为要安装的库

pip install xxx  -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

安装jupyterthemes软件:

pip install jupyterthemes -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

遇到报错ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhoste_第1张图片

然后我更改的参数是:

jt -t chesterish -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T

在这里插入图片描述
更改之后需要重启!!!重启之后的效果是
遇到报错ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhoste_第2张图片
是不是好看太多啦~ 觉得不错点个赞收藏吧~

你可能感兴趣的:(大数据,笔记,python,python)