"This is the new IPython notebook" ls def f(x): """My function x : parameter""" return x+1 print "f(3) = ", f(3) # Position your cursor after the ( and hit the Tab key: list( %connect_info %pylab inline plot(rand(100))