xxxxxxxxxx
jt -t monokai -fs 16 -nfs 14 -tfs 14 -ofs 16 -dfs 14 -cellw 980 -T -N -kl -f anka -nf anka -tf anka
xxxxxxxxxx
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
xxxxxxxxxx
pip install jupyterthemes
# You can get the list of available themes with:
jt -l
#So change your theme with:
jt -t theme-name
xxxxxxxxxx
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')