debian man page for irunner

Query: irunner

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IRUNNER(1)																IRUNNER(1)

NAME
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. It can used to run scripts as if they where typed up interactively. 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.ipy
SEE 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://mail.scipy.org/pipermail/ipython-user/2006-May/003539.html This manual page was written by Bernd Zeimetz <bernd@bzed.de>, for the Debian project (but may be used by others). Modified by Fernando Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython. July 15, 2011 IRUNNER(1)
Related Man Pages
ipbori(1) - debian
isympy(1) - debian
renpy(6) - debian
ipcluster(1) - suse
plack::runner(3pm) - debian
Similar Topics in the Unix Linux Community
Environment Variables in Shebangs
Getting current time from wolfram.com using python
Numpy and scipy installatin to unix server
Passing arguments to interactive program through bash script, here document
Unable to print python array in shell script loop.