I use \"$ipython notebook --pylab inline\" to start the ipython notebook. The display matplotlib figure size is too big for me, and I have to adjust it manually. How to se
plt.rcParams['figure.figsize'] = (15, 5)