Skip to content

Instantly share code, notes, and snippets.

@gryan11
Last active April 7, 2021 17:17
Show Gist options
  • Save gryan11/97266c166612ed4506a144e68a42aab9 to your computer and use it in GitHub Desktop.
Save gryan11/97266c166612ed4506a144e68a42aab9 to your computer and use it in GitHub Desktop.
Jupyter Theme configuration

Jupyter Theme Configuration

Install:

pip install jupyterthemes

Apply configuration:

jt -t chesterish  -f fira -fs 11  -nf opensans -nfs 11 -tf opensans -tfs 11 -ofs 11 -dfs 10 -N -T -cellw 90%

Smaller fonts:

jt -t chesterish  -f fira -fs 9  -nf opensans -nfs 10 -tf opensans -tfs 10 -ofs 10 -dfs 9 -N -T -cellw 90%

I use the following aliases:

alias jtl="jt -t grade3  -f fira -fs 9  -nf opensans -nfs 10 -tf opensans -tfs 10 -ofs 10 -dfs 9 -N -T -cellw 90%"
alias jtd="jt -t onedork  -f fira -fs 9  -nf opensans -nfs 10 -tf opensans -tfs 10 -ofs 10 -dfs 9 -N -T -cellw 90%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment