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

Can I make Jupyter QtConsole use specific font?

我喜欢 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,发现只有两个与字体、字体系列和大小相关的设置。那么,有没有办法指定字体?

我的系统是LinuxMint Debian 2,Jupyter QtConsole 是4.2.1。而且我确定 DejaVu 字体已成功安装。

reddit,我找到了答案。

我的设置有误。 JupyterWidget.font_family 应设置为 DejaVu Sans Mono