dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

Text color using onedork is dark and I want it to be white #384

Open RaulCPena opened 4 years ago

RaulCPena commented 4 years ago

I would like to change the color of the text in my jupyter notebook for and visualizations created. Can provide instructions. I am using command line in Mackbook Pro

pythonic2020 commented 4 years ago

DId you put these lines in your notebook?

# import jtplot module in notebook
from jupyterthemes import jtplot

# choose which theme to inherit plotting style from
# onedork | grade3 | oceans16 | chesterish | monokai | solarizedl | solarizedd
jtplot.style(theme='onedork')