Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

jupyter notebook theme changer

## You can do all of this in jupyter notebook

# Install jupyterthemes
!pip install jupyterthemes

# Show available themes
!jt -l

# Use theme
!jt -t theme_name
# e.g. !jt -t monokai
 
PREVIOUS NEXT
Tagged: #jupyter #notebook #theme #changer
ADD COMMENT
Topic
Name
3+6 =