参考链接:https://www.cnblogs.com/qiuxirufeng/p/9609031.html

设置步骤如下:打开cmd

 1.使用外源下载:

pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com --no-dependencies jupyterthemes==0.18.2

2.如果电脑缺少lesscpy:则可进行这一步:

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

3.对主题设置,只是选择其中一种:喜欢其他样式可网上自寻搜索:

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

4.打开jupyter notebook

jupyter notebook 代码自动补全及提示

成功安装

相关文章: