如何更改为jupyter小部件的字体?

时间:2018-08-09 23:26:28

标签: python-3.x widget jupyter-notebook

我正在编写一个简单的表单,以便从Jupyter服务器在我的工作网络上共享。在这种形式下,我有一个这样的文本区域:

result_area = widgets.Textarea(value='',
                               placeholder='',
                               description='Result: ',
                               disabled=False,
                               layout=Layout(display='flex', 
                                             flex_flow='column', 
                                             width='500px', 
                                             height='600px'))
display(result_area)

我想将此小部件的字体设置为等宽字体,但是...但是!我在jupyter的文档中找不到任何选择。你知道有什么办法做到这一点吗?

最诚挚的问候!

0 个答案:

没有答案