matplotlib jupyter notebook code example
Example 1: how to enable matplotlib in notebook
%matplotlib inline
Example 2: jupyter matplotlib
from jupyterthemes import jtplot
jtplot.style(theme='gruvboxd')
%matplotlib inline
from jupyterthemes import jtplot
jtplot.style(theme='gruvboxd')