Skip to content

Instantly share code, notes, and snippets.

@ilkayisik
Last active March 29, 2020 10:21
Show Gist options
  • Save ilkayisik/c7eff24d43c3d7f7fdb9e676992a6351 to your computer and use it in GitHub Desktop.
Save ilkayisik/c7eff24d43c3d7f7fdb9e676992a6351 to your computer and use it in GitHub Desktop.
# favorite jupyter notebook themes
#https://github.com/dunovank/jupyter-themes
# light
jt -r # restore default theme
jt -t grade3 -f roboto -fs 12 -ofs 11 -cellw 90% -lineh 130 -T -N
jupyter notebook
# dark can also be onedork
jt -r
jt -t chesterish -f dejavu -fs 13 -ofs 12 -cellw 90% -lineh 130 -T -N
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment