Mih*_*vic 5 python fonts python-2.7 jupyter-notebook
如何在Jupyter Notebook中更改字体?我想在Jupyter Notebook中更改字体,而我正在使用Python 2.7
我知道您可以使用该jupyterthemes软件包进行操作。请参阅下面的示例,了解如何安装软件包和更改字体。
pip install jupyterthemes
# set font/font-size of markdown (text cells) and notebook (interface)
# see sans-serif & serif font tables below
jt -tf merriserif -tfs 10 -nf ptsans -nfs 13
Run Code Online (Sandbox Code Playgroud)
您可能会在github存储库中找到其他字体。
该软件包的首要目的是改变jupyter的主题。也许这将是一个尝试让背景比消散背景更具侵略性的机会。我个人运行:
jupyter-theme -t oceans16 -T
Run Code Online (Sandbox Code Playgroud)