Themes

2020

The jupyterthemes1 Custom Jupyter Notebook Themes package provides themes and styling functionality for Jupyter notebooks.

Install

pip install jupyterthemes

Selecting themes

jt -t <theme>

Options

Flag Example values Description
-t grade3, chesterish Theme selection
-f hack, inconsolata Code font
-fs 95 (9.5), 12 Code font size
-tf 11 Text font (text/markdown)
-tfs 11 Text font size
-nf latosans, opensans Notebook font (interface)
-nfs 11 Notebook font size
-altp - Use alternate input cell (prompt) layout
-cellw 88% Cell width

A reasonable set:

jt -t grade3 -f hack -fs 95 -tf latosans -tfs 11 -nf latosans -nfs 11 -altp -cellw 88%