我可以让Jupyter QtConsole使用特定的字体吗?

时间:2016-09-10 08:06:21

标签: fonts jupyter-console

我喜欢DejaVu字体,并希望使用 DejaVu Sans Mono 作为我的Jupyter qtconsole字体。我使用以下命令:

/opt/local/anaconda/bin/jupyter qtconsole \
   --JupyterWidget.font_family="DejaVu" \
   --JupyterWidget.font_size=11 \
   --JupyterWidget.height=40 \
   --JupyterWidget.width=80 --style=emacs

但似乎JupyterWidget.font_family的设置不起作用。

我查看了Jupyter's official document about configuration,发现只有两个与字体,字体系列和大小相关的设置。那么,有没有办法指定字体?

我的系统是Linux Mint Debian 2,Jupyter QtConsole是4.2.1。我确信 DejaVu 字体已成功安装。

1 个答案:

答案 0 :(得分:0)

reddit开始,我找到了答案。

我的设置出错。 JupyterWidget.font_family应设置为DejaVu Sans Mono