Change Jupyter Notebook theme

You can create custom themes for Jupyter Notebook using jupyther-themes.

Install with pip or conda

# pip
pip install jupyterthemes
# conda
conda install -c conda-forge jupyterthemes

Customize theme with given options. My configuration:

jt -t onedork -f inputmono -fs 11 -ofs 11 -cellw 88% -T

Screenshot:

My Jupyter theme