What does ipython --pylab exactly do?
Is ipython --pylab exactly equivalent to:
> ipython
> from pylab import *
If not, what are the differences?
Say I launch IPython without the --pylab arguments, how can I bring it to the same state as if I had started it with --pylab?