如何更改Jupyter Notebook中的字体

时间:2018-01-14 14:45:57

标签: python python-2.7 fonts jupyter-notebook

如何在Jupyter Notebook中更改字体?我想更改Jupyter Notebook中的字体,我使用的是Python 2.7

1 个答案:

答案 0 :(得分:3)

我知道你可以使用jupyter-theme包来做到这一点,你会在这里找到其他参数

pip install jupyter-theme
# 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

您可能会找到列出on the github repository.

的其他字体

这个软件包的第一个目的是改变jupyter的主题。 也许有机会尝试一种不那么具有侵略性的背景而不是defautl的背景。我个人跑:

jupyter-theme -t oceans16 -T