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;
}

Pick one and install

# oceans16
cp oceans16.css ~/.ipython/profile_default/static/custom/custom.css
# oceans16-bright
cp oceans16-bright.css ~/.ipython/profile_default/static/custom/custom.css
# grade3
cp grade3.css ~/.ipython/profile_default/static/custom/custom.css

mmmm so theme-y...

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.