How to change font in ipython notebook

后端 未结 7 982
粉色の甜心
粉色の甜心 2020-12-04 13:35

I am fairly new to python and have no html experience. The question has been asked and either not answered at all or not answered in enough detail for me to set the default

相关标签:
7条回答
  • 2020-12-04 14:09

    In addition to the suggestion by Konrad here, I'd like to suggest jupyter themes, which seems to have more options, such as line-height, font size, cell width etc.

    Command line usage:

    jt  [-h] [-l] [-t THEME] [-f MONOFONT] [-fs MONOSIZE] [-nf NBFONT]
    [-nfs NBFONTSIZE] [-tf TCFONT] [-tfs TCFONTSIZE] [-dfs DFFONTSIZE]
    [-m MARGINS] [-cursw CURSORWIDTH] [-cursc CURSORCOLOR] [-vim]
    [-cellw CELLWIDTH] [-lineh LINEHEIGHT] [-altp] [-P] [-T] [-N]
    [-r] [-dfonts]
    
    0 讨论(0)
提交回复
热议问题