I want inline figures in notebook but I don't want to import all from pylab,I like this: import matplotlib.pyplot as plt ... plt.plot() plt.show() what shold I give the command line?