Answers for "how to add dark theme in jupyter notebook"

3

how to make jupyter notebook dark mode

pip install jupyterthemes

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

jupyter notebook plot background dark theme

copiedimport matplotlib.pyplot as plt  
plt.style.use('dark_background')
Posted by: Guest on October-21-2020

Code answers related to "how to add dark theme in jupyter notebook"

Browse Popular Code Answers by Language