Skip to content

dunovank/iPython-Notebook-Theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spinzero - Jupyter Notebook Theme

Personal theme that I use for Jupyter notebooks. It uses a chromatic palette similar to the popular solarized theme with excellent contrast against white background. Classic latex font - "Computer Modern" is used for body text to give it a professional/academic look. No official jupyter logo. Includes dataframe table formatting, matplotlib style, and a number of aesthetic updates to ensure clean, sophisticated and purposeful presentation. If you find errors or ways to improve, please submit and issue or a pull-request.

Installation instructions

Create a new directory ".jupyter/custom" in your home folder if it doesn't exist. Copy the contents of this repository to the .jupyter/custom" folder such that custom.css file is located at .jupyter/custom/custom.css

Color Palette

	      Hex			RGB
YELLOW      = #BA9600			[181,137,0  ]
ORANGE      = #BA5400			[186,84	,0  ]
RED         = #D43132			[176,47	,48 ]
MAGENTA     = #D14187			[209,65	,135]
VIOLET      = #793AC7			[144,89	,212]
BLUE        = #007AD0			[15 ,134,217]
CYAN        = #009489			[0  ,163,151]
GREEN       = #688A0A			[104,138,10 ]
GREEN       = #A05200			[156,98	,48 ]

BACKGROUND  = #F8F8F8			[248,248,248]
DARK GRAY   = #383838			[56 ,56 ,56 ]
MID GRAY    = #828282			[130,130,130]
LIGHT GRAY  = #D8D8D8			[216,216,216]

Screenshot

Notebook Design Screenshot

About

Personal theme that I use for iPython notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • CSS 0.3%