jupyter notebook plot background dark theme

Solutions on MaxInterview for jupyter notebook plot background dark theme by the best coders in the world

showing results for - "jupyter notebook plot background dark theme"
Bruno
27 Sep 2018
1copiedimport matplotlib.pyplot as plt  
2plt.style.use('dark_background')