kennethdamica / jupyter-themes

Custom Jupyter Notebook Themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme-ify your Jupyter Notebooks!

###Oceans16 Notebook Oceans16 theme is a take on the popular Ocean Dark IPyNB theme (Nikhil Sonnad). image

###Grade3 Notebook Grade3 is a spinoff of the python syntax theme used by nixCraft image

###Oceans16 Syntax image

###Grade3 Syntax image

###Space-Legos Syntax (NEW!) image

Source Code Pro & Hack fonts (.ttf) included in Fonts dir"

install jupyter-themes

$ pip install git+https://github.com/dunovank/jupyter-themes.git

Pick a theme and install

# list themes (located in ~/.jupyter-themes)
$ jupyter-theme -l

# install theme (-t) for jupyter nb
# theme names: oceans16 | grade3 | space-legos
$ jupyter-theme -t grade3

# install a theme (-t) with toolbar (-T) enabled
$ jupyter-theme -T -t grade3

# ...set font (-f) and font-size (-fs), defaults are Hack and 11
$ jupyter-theme -t grade3 -f Source-Code-Pro -fs 12

# reset (-r) to default for jupyter theme
$ jupyter-theme -r

mmmm so theme-y...

About

Custom Jupyter Notebook Themes


Languages

Language:CSS 84.4%Language:Python 11.7%Language:JavaScript 3.9%