目的:
想要更改我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
然后我更改的参数是:
jt -t chesterish -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T
更改之后需要重启!!!重启之后的效果是
是不是好看太多啦~ 觉得不错点个赞收藏吧~