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.
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
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]