我喜欢黑暗的主题。但是,Jupyter 笔记本的默认主题是浅色的,我找不到更改主题/背景颜色的选项。这是怎么做到的?
jupyter-themes使用Kyle Dunovan的软件包很容易做到这一点。您可以使用conda. 否则,您将需要使用pip.
jupyter-themes
conda
pip
使用 conda 安装它:
conda install -c conda-forge jupyterthemes
或点:
pip install jupyterthemes
您可以通过以下方式获取可用主题列表:
jt -l
所以改变你的主题:
jt -t theme-name
最后,要加载主题,重新加载页面。文档和源代码在这里。