Skip to content

Instantly share code, notes, and snippets.

@pabloagn
Last active February 9, 2023 16:11
Show Gist options
  • Save pabloagn/f07760941877918a74887f0825b75303 to your computer and use it in GitHub Desktop.
Save pabloagn/f07760941877918a74887f0825b75303 to your computer and use it in GitHub Desktop.
Collection of snippets for installing and managing Jupyter Notebook custom themes
pip install jupyterthemes
# Set a theme (oceans16)
jt -t oceans16
# Set a theme including task bar
jt -t oceans16 -T
# Set a theme including logo icon
jt -t oceans16 -N
# Set a theme including kernel logo icon
jt -t oceans16 -N -kl
# Reset to defualt theme
jt -r
cd C:\Users\pablo\.jupyter\custom
code custom.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment