dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

How can I change the font size? #442

Open aolega opened 3 years ago

mikepierce commented 3 years ago

There are a bunch of different font sizes you could change. Run !jt -h to see the options

TheDangerD0802 commented 3 years ago

First, install jupyter themes: [pip install jupyterthemes]

set font/font-size of markdown (text cells) and notebook (interface) see sans-serif & serif font tables below [ jt -tf merriserif -tfs 10 -nf ptsans -nfs 13 ]

For other options use : [jt -h]