Skip to content

Instantly share code, notes, and snippets.

@zrruziev
Last active February 10, 2023 04:37
Show Gist options
  • Save zrruziev/9f82a36e6d87af10fbee77854b28feba to your computer and use it in GitHub Desktop.
Save zrruziev/9f82a36e6d87af10fbee77854b28feba to your computer and use it in GitHub Desktop.
Change jupyter themes

Installation

pip install --upgrade jupyterthemes

List all available themes

jt -l

Set your desired theme

For example: onedork

jt -t onedork -T -N -kl

# then refresh the tab

Reset to org-theme

jt -r -T -N -kl

# then refresh the tab

Read more about jupyter-themes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment