Answers for "dark mode for jupyter notebooks"

5

how to make jupyter notebook dark mode

pip install jupyterthemes

 jt -t onedork -f roboto -fs 12
Posted by: Guest on January-20-2021
2

dark mode jupyter notebook

pip install jupyterthemes

# You can get the list of available themes with:
jt -l

#So change your theme with:
jt -t theme-name
Posted by: Guest on November-05-2021

Browse Popular Code Answers by Language