##// END OF EJS Templates
Edits to reference doc
Carol Willing -
Show More
@@ -12,7 +12,7 b' You start IPython with the command::'
12 $ ipython [options] files
12 $ ipython [options] files
13
13
14 If invoked with no options, it executes all the files listed in sequence and
14 If invoked with no options, it executes all the files listed in sequence and
15 exit. If you add the ``-i`` flag, it drops you into the interpreter while still
15 exits. If you add the ``-i`` flag, it drops you into the interpreter while still
16 acknowledging any options you may have set in your ``ipython_config.py``. This
16 acknowledging any options you may have set in your ``ipython_config.py``. This
17 behavior is different from standard Python, which when called as python ``-i``
17 behavior is different from standard Python, which when called as python ``-i``
18 will only execute one file and ignore your configuration setup.
18 will only execute one file and ignore your configuration setup.
General Comments 0
You need to be logged in to leave comments. Login now