Show More
@@ -11,8 +11,11 b' You start IPython with the command::' | |||
|
11 | 11 | |
|
12 | 12 | $ ipython [options] files |
|
13 | 13 | |
|
14 |
If invoked with no options, it executes |
|
|
15 | exits. If you add the ``-i`` flag, it drops you into the interpreter while still | |
|
14 | If invoked with no options, it executes the file and exits, passing the | |
|
15 | remaining arguments to the script, just as if you had specified the same | |
|
16 | command with python. You may need to specify `--` before args to be passed | |
|
17 | to the script, to prevent IPython from attempting to parse them. | |
|
18 | If you add the ``-i`` flag, it drops you into the interpreter while still | |
|
16 | 19 | acknowledging any options you may have set in your ``ipython_config.py``. This |
|
17 | 20 | behavior is different from standard Python, which when called as python ``-i`` |
|
18 | 21 | will only execute one file and ignore your configuration setup. |
General Comments 0
You need to be logged in to leave comments.
Login now