1. pip install jupyterthemes
2. jt -t chesterish -fs 14 -nfs 14 -tfs 14 -ofs 14 -dfs 14 -cellw 1250 -T -N -kl -f anka -nf anka -tf anka
## You can do all of this in jupyter notebook
# Install jupyterthemes
!pip install jupyterthemes
# Show available themes
!jt -l
# Use theme
!jt -t theme_name
# e.g. !jt -t monokai
conda install -c conda-forge jupyterthemes
# or pip install jupyterthemes
import jupyterthemes as jt
print(jt.get_themes()) # to get the list of available themes
jt.install_theme('chesterish') #jt.install_theme('my favourite theme') to apply your theme
jt -t monokai -fs 16 -nfs 14 -tfs 14 -ofs 16 -dfs 14 -cellw 980 -T -N -kl -f anka -nf anka -tf anka
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')
# Jupter Darcula Theme
pip install JLDracula
conda install jupyterthemes
pip install jupyterthemes