Code Monkey home page Code Monkey logo

jupyter-notebook-one-dark-theme's Introduction

Jupyter Notebook OneDark Theme

Already tested in chrome and safari

Installation

git clone https://github.com/deryrahman/jupyter-notebook-one-dark-theme.git
cd jupyter-notebook-one-dark-theme
cp custom.css ~/.jupyter/custom/custom.css
pip install jupyterthemes
cp startup.py ~/.ipython/profile_default/startup/startup.py

Screenshots

alt text alt text alt text alt text


References:

https://github.com/dunovank/jupyter-themes

jupyter-notebook-one-dark-theme's People

Contributors

deryrahman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sekhar989 martk0s

jupyter-notebook-one-dark-theme's Issues

Small Tweaks (Fixed)

Thanks for the awesome theme! A few very small tweaks I made in case anyone wanted to achieve the same results. Most people probably wont even notice but my OCD took control.

  1. The running icon is off center
    Before:
    image
    Fix: This can be fixed by removing: 'vertical-align: middle;' from '.running_notebook_icon:before'
    Result:
    image

  2. Padding after folder icon
    Before:
    image
    Fix: Simply add 'padding-right: 3px' to '.fa-folder:before'
    After:
    image

  3. Line not even
    Before:
    image
    Fix: This can be fixed by adding: 'padding-bottom: 7px' to 'div.prompt.input_prompt'
    After:
    image

  4. First line not aligning with cell number
    Before:
    image
    Fix: This was done by changing 'padding-top' on 'div.CodeMirror-lines' to '2px' (also changed 'padding-bottom' to '6px'). This was more of a personal preference because I like the smaller cells, the same results could be achieved possibly by adding padding to the top of cell number as well (like in step 3) if you like the extra room around the cell.
    After:
    image

  5. Select all box not even
    Before:
    image
    Fix: This can be fixed by removing 'top: 4px' from 'input#select-all.pull-left.tree-selector'
    After:
    image

  6. Select box not even
    Before:
    image
    Fix: Remove 'vertical-align: baseline' from '.list_header > div input, .list_item > div input'
    After:
    image

  7. Header not even
    Before:
    image
    Fix: Add 'padding-top: 3px' to 'div#notebook_list_header.row.list_header' also add 'margin-top: -3px' to '#tree-selector'. Now create a section '#counter-select-all' then add 'display: inline-block' and 'padding-top: 2px'
    After:
    image
    [NO PIC] I also added some more space between the files with by adding 'padding-left: 2px;' to '.breadcrumb > li + li:before' as well as changing '#project_name a' to 'padding-left: 3px'

Unable to toggle the toolbar

By default, the toolbar was not visible, and the "Toggle Toolbar" option on the View menu is not working. How can I toggle the toolbar?

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.