##// END OF EJS Templates
Don't assume history request succeeded...
Don't assume history request succeeded errors in startup can cause the history request to be aborted. There could be any of a number of reasons the history request should fail, and the frontend should *never* assume that the status is 'ok'.

File last commit:

r2058:7e8fc59a
r4700:24d3b02a
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()