三步搞定jupyter nootebook 主题切换
Posted sinlearn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了三步搞定jupyter nootebook 主题切换相关的知识,希望对你有一定的参考价值。
第一步 安装jupyter-themes
首先在Anaconda Prompt控制台下用 pip 安装 jupyter-themes
pip install jupyter-themes
第二步 查看可用主题
jt -l
第三步 切换到自己想切换的主题,比如 onedork
jt -l onedork
注意: 恢复到原来的主题使用:jt -r
效果如下:
以上是关于三步搞定jupyter nootebook 主题切换的主要内容,如果未能解决你的问题,请参考以下文章