Skip to content

huleg/jupyter-themes

 
 

Repository files navigation

Theme-ify your Jupyter Notebooks!

New themes and customizable options

jt -t chesterish -cw 850 -fs 10

image

jt -t oceans16 -altmd -fs 10 -cw900

image

jt -t onedork -cw 850 -fs 10

image

jt -t grade3 -altmd -fs 10 -cw 900 -tcff serif

image

jt -t onedork -ff serif -tcff serif

image

Install jupyterthemes w/ pip (officially)

pip install jupyterthemes

How to...

# can call with "jupyter-themes" or "jt" interchangeably
# list available themes
# oceans16 | grade3 | chesterish (New!) | onedork (New!)
jt -l

# install a theme...
jt -t grade3

# ...with toolbar (-T) enabled
jt -T -t grade3

# ...and adjust cell width [default=950 (pixels)]
jt -t grade3 -cw 850

# ...with alternate markdown/text-cell layout
jt -t grade3 -altmd

# set font (-f) and font-size (-fs) (defaults are Hack and 11)
jt -t grade3 -f Source-Code-Pro -fs 10

# set notebook (-ff) & textcell fontfamily (-tcff) (both default to sans)
jt -t grade3 -ff serif -tcff serif

# restore (-r) default theme
jt -r

mmmm so theme-y...

About

Custom Jupyter Notebook Themes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 47.6%
  • Jupyter Notebook 35.8%
  • Python 13.6%
  • JavaScript 3.0%