Created
June 5, 2018 23:13
-
-
Save ll14m4n/3d541a42838fd74417b0057e12cfe6c8 to your computer and use it in GitHub Desktop.
Jupiter Theme
This file contains 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
/* for Stylebot chrome extension */ | |
div.cell.text_cell.rendered.selected .prompt { | |
border-left: 5px solid #e22978; | |
border-right: 2px dotted #e22978; | |
} | |
div.cell.text_cell.selected .prompt { | |
border-right: 2px dotted #e22978; | |
} | |
div.output_area pre { | |
line-height: 100% ; | |
} | |
This file contains 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
# install jupiterthemes | |
pip3 install jupyterthemes | |
# set theme | |
jt -t grade3 -f sourcemed -cellw 100% -cursc r -altmd -fs 11 -tfs 11 -lineh 120 -nfs 9 -ofs 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment