Skip to content

Instantly share code, notes, and snippets.

@cmaurini
Created August 20, 2019 13:15
Show Gist options
  • Save cmaurini/9c4bcfcac71e91cf05f63ef6e12ebc5c to your computer and use it in GitHub Desktop.
Save cmaurini/9c4bcfcac71e91cf05f63ef6e12ebc5c to your computer and use it in GitHub Desktop.
dark-mode-plots
from jupyterthemes import jtplot
jtplot.style(theme='monokai', context='notebook', ticks=True, grid=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment