ipython --pylab vs ipython

Viewed 10199

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?

3 Answers
Related