Show More
@@ -321,8 +321,10 b' python-profiler package from non-free.""")' | |||
|
321 | 321 | file_finder=get_py_filename): |
|
322 | 322 | """Run the named file inside IPython as a program. |
|
323 | 323 | |
|
324 |
Usage: |
|
|
325 | %run [-n -i -t [-N<N>] -d [-b<N>] -p [profile options] -G] file [args] | |
|
324 | Usage: | |
|
325 | %run [-n -i -e -G] | |
|
326 | [( -t [-N<N>] | -d [-b<N>] | -p [profile options] )] | |
|
327 | ( -m mod | file ) [args] | |
|
326 | 328 | |
|
327 | 329 | Parameters after the filename are passed as command-line arguments to |
|
328 | 330 | the program (put in sys.argv). Then, control returns to IPython's |
General Comments 0
You need to be logged in to leave comments.
Login now