Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 670 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 670 Bytes

IPython Dark Theme (based on Base16 railscasts dark). Defaults to vim bindings.

Screenshot Screenshot

To use this repo:

  1. Download the Computer Modern Fonts. "custom.css" expects the Monaco and "CMU Serif" fonts to be installed.
  2. Create the ipython profile: ipython profile create dark
  3. Move to the custom files dir: cd ~/.ipython/profile_dark/static
  4. Move the existing folder away: mv custom custom-old
  5. Clone the repo git clone https://github.com/cemoody/ipynb_base16_dark.git custom
  6. Launch IPython ipython notebook --profile=dark