##// END OF EJS Templates
Add support for finding cell magics with ?/??....
Add support for finding cell magics with ?/??. Note that this doesn't yet cover the case where '%%cellm?' is typed, only the case without any '%' markers.

File last commit:

r2058:7e8fc59a
r6997:446d5043
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()