##// END OF EJS Templates
Post review with Min, Fernando, and Brian. Simplification...
Post review with Min, Fernando, and Brian. Simplification deleted: latex/abstract.tplx deleted: latex/latex_sphinx_article.tplx deleted: latex/latex_sphinx_report.tplx deleted: latex/style_notebook.tplx deleted: latex/style_simple.tplx

File last commit:

r2058:7e8fc59a
r12750:930d72c6
Show More
irunner
9 lines | 183 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.lib import irunner
irunner.main()