In [1]:
import numpy as np, pandas as pd, matplotlib.pyplot as plt, seaborn as sns
%matplotlib inline
sns.set_context('poster')
sns.set_style('darkgrid')
In [2]:
import ipynb_style
reload(ipynb_style)
ipynb_style.presentation()
Out[2]: