##// END OF EJS Templates
triger menu update when kernel started...
triger menu update when kernel started bind the update action to shell_channel's first_response event. add a list of magic that don't like beeing called alone ( like %more , %pycat , ...Etc) and append '?' in the menu to the end to show docsctring when clicked This list should be completed in : IPython/frontend/qt/console/mainwindow.py

File last commit:

r2058:7e8fc59a
r5393:e9402d7c
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()