Skip to content

Instantly share code, notes, and snippets.

@ll14m4n
Created June 5, 2018 23:13
Show Gist options
  • Save ll14m4n/3d541a42838fd74417b0057e12cfe6c8 to your computer and use it in GitHub Desktop.
Save ll14m4n/3d541a42838fd74417b0057e12cfe6c8 to your computer and use it in GitHub Desktop.
Jupiter Theme
/* 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% ;
}
# 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