How to change font in ipython notebook

后端 未结 7 992
粉色の甜心
粉色の甜心 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 13:59

    I would also suggest that you explore the options offered by the jupyter themer. For more modest interface changes you may be satisfied with running the syntax:

    jupyter-themer [-c COLOR, --color COLOR]
                          [-l LAYOUT, --layout LAYOUT]
                          [-t TYPOGRAPHY, --typography TYPOGRAPHY]
    

    where the options offered by themer would provide you with a less onerous way of making some changes in to the look of Jupyter Notebook. Naturally, you may still to prefer edit the .css files if the changes you want to apply are elaborate.

提交回复
热议问题