irunner (1) Linux Manual Page
irunner – interactive runner interface
Synopsis
irunner [options] file_to_run
Description
irunner is an interface to the various interactive runners available in IPython’s irunner module. The already implemented runners are listed below; adding one for a new program is a trivial task, see the source for examples.
Options
- -h, –help
- show this help message and exit
- –ipython
- IPython interactive runner (default).
- –python
- Python interactive runner.
- –sage
- SAGE interactive runner.
Example
irunner.py –python — –help will pass –help to the python runner. Similarly, irunner.py –ipython — –interact script.ipySee Also
ipython(1)Author
irunner is an extension of Ken Schutte <kschutte-AT-csail.mit.edu>’s script contributed on the ipython-user list: http://scipy.net/pipermail/ipython-user/2006-May/001705.htmlThis manual page was written by Bernd Zeimetz <bernd [at] bzed.de>, for the Debian project (but may be used by others). Modified by Fernando Perez <Fernando.Perez [at] berkeley.edu> for inclusion in IPython.
