Show More
@@ -27,12 +27,15 b' Tools for Interactive Computing in Python' | |||
|
27 | 27 | |
|
28 | 28 | Usage |
|
29 | 29 | |
|
30 |
ipython [subcommand] [options] [file |
|
|
31 | ||
|
32 |
If invoked with no options, it executes |
|
|
33 | and exits, use -i to enter interactive mode after running the files. Files | |
|
34 | ending in .py will be treated as normal Python, but files ending in .ipy | |
|
35 | can contain special IPython syntax (magic commands, shell expansions, etc.) | |
|
30 | ipython [subcommand] [options] [-c cmd | -m mod | file] [arg] ... | |
|
31 | ||
|
32 | If invoked with no options, it executes the file and exits, passing the | |
|
33 | remaining arguments to the script, just as if you had specified the same | |
|
34 | command with python. If you specify the option `-i` before the filename, it | |
|
35 | will enter an interactive IPython session after running the script, rather | |
|
36 | than exiting. Files ending in .py will be treated as normal Python, but | |
|
37 | files ending in .ipy can contain special IPython syntax (magic commands, | |
|
38 | shell expansions, etc.) | |
|
36 | 39 | |
|
37 | 40 | Almost all configuration in IPython is available via the command-line. Do |
|
38 | 41 | `ipython --help-all` to see all available options. For persistent |
General Comments 0
You need to be logged in to leave comments.
Login now