When using this in a script (not IPython), nothing happens, i.e. the plot window doesn\'t appear :
import numpy as np import pandas as pd ts = pd.Series(np.r
I did just
import matplotlib.pyplot as plt %matplotlib inline
and add line
plt.show()
next to df.plot() and it worked well for