Last active
March 29, 2020 10:21
-
-
Save ilkayisik/c7eff24d43c3d7f7fdb9e676992a6351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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