1IRUNNER(1)                                                          IRUNNER(1)
2
3
4

NAME

6       irunner - interactive runner interface
7

SYNOPSIS

9       irunner [options] file_to_run
10

DESCRIPTION

12       irunner is an interface to the various interactive runners available in
13       IPython's irunner module.
14
15       The already implemented runners are listed below; adding one for a  new
16       program is a trivial task, see the source for examples.
17

OPTIONS

19       -h, --help
20              show this help message and exit
21
22       --ipython
23              IPython interactive runner (default).
24
25       --python
26              Python interactive runner.
27
28       --sage SAGE interactive runner.
29

EXAMPLE

31       irunner.py  --python  --  --help will pass --help to the python runner.
32       Similarly, irunner.py --ipython -- --interact script.ipy
33

SEE ALSO

35       ipython(1)
36

AUTHOR

38       irunner is an extension of  Ken  Schutte  <kschutte-AT-csail.mit.edu>'s
39       script  contributed  on  the ipython-user list: http://scipy.net/piper
40       mail/ipython-user/2006-May/001705.html
41
42       This manual page was written by Bernd Zeimetz <bernd@bzed.de>, for  the
43       Debian project (but may be used by others).  Modified by Fernando Perez
44       <Fernando.Perez@berkeley.edu> for inclusion in IPython.
45
46
47
48                                April 24, 2007                      IRUNNER(1)
Impressum