##// END OF EJS Templates
Add Nik Tautenhahns igrid extension. (igrid is a wxPython-based...
Add Nik Tautenhahns igrid extension. (igrid is a wxPython-based display object for ipipe.)

File last commit:

r310:85f75cac
r534:2135627a
Show More
irunner
9 lines | 179 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython import irunner
irunner.main()