jupyter change to dark theme code example
Example 1: jupyter dark theme
conda install jupyterthemes
Example 2: jupyter notebook plot background dark theme
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')
conda install jupyterthemes
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')