##// END OF EJS Templates
Qt frontend: Handle 'aborted' prompt replies....
Qt frontend: Handle 'aborted' prompt replies. On some rare occasions, the execution request for prompt is aborted by the kernel (due to an error in another execution request), which is not handled gracefully by the ipython frontend raising `KeyError: 'execution_count'` This commit simply handles 'aborted' prompt requests by retrying it.

File last commit:

r14009:6f019b30
r14189:114578ee
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()