Jupyter-themes: Change font size

Created on 10 May 2017  路  3Comments  路  Source: dunovank/jupyter-themes

Could be a noob issue, but how to change the font size of a printed pandas dataframe or other printed texts? Tweaking -tfs and -nfs doesn't seem to be working for me.

Most helpful comment

I've added two command line options to the latest release (v0.16.1) for setting output (general) and dataframe fontsizes.

# set output fontsize to 11pt and pandas df fontsize to 9pt (df header fontsize = dfs+1)
jt -t onedork -ofs 11 -dfs 9

All 3 comments

I've added two command line options to the latest release (v0.16.1) for setting output (general) and dataframe fontsizes.

# set output fontsize to 11pt and pandas df fontsize to 9pt (df header fontsize = dfs+1)
jt -t onedork -ofs 11 -dfs 9

@dunovank wow! Nicely done! I'm impressed. ;)

good deal!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

diedummydie picture diedummydie  路  8Comments

shravankumar147 picture shravankumar147  路  3Comments

suberlak picture suberlak  路  4Comments

Brenndoerfer picture Brenndoerfer  路  6Comments

lucainnocenti picture lucainnocenti  路  6Comments