In [4]:
import matplotlib.pyplot as plt
import numpy as np

In [12]:
%matplotlib nbagg
plt.plot(np.random.rand(100));



In [ ]: