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