Giter VIP home page Giter VIP logo

jupyter-themes's Introduction

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

###Oceans16-Bright Syntax Bright variant of Oceans16 theme image

###Grade3 Syntax image

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

###Instructions for Restoring the Toolbar By default, these themes hide the toolbar. If you find the notebook toolbar useful, you can restore it by commenting out (or permanently deleting) the following lines of code in the css file (around lines 20 - 40 depending on which theme you install)

div#maintoolbar {
display: none !important;
}

install jupyter-themes

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

Pick a theme and install

# list themes
$ jupyter-theme -l
Themes in ~/.jupyter-themes
grade3
oceans16
oceans16-bright

# install theme (-t) for ipython/jupyter version > 3.x (-J)
$ jupyter-theme -J -t grade3

# install a theme (-t) without toolbar
$ jupyter-theme -t grade3

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

# reset (-r) to default for ipython/jupyter version <= 2.x
# renames custom.css in in ~/.ipython/{profile}/static/custom/ to custom_old.css
$ jupyter-theme -r

# reset (-r) to default for ipython/jupyter version > 3.x (-J)
# renames custom.css in ~/.jupyter/custom/ (and ~/.ipython/../custom) to custom_old.css
$ jupyter-theme -J -r

mmmm so theme-y...

jupyter-themes's People

Contributors

dunovank avatar miraculixx avatar vmuriart avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.