##// END OF EJS Templates
Continue refactoring input handling across clients....
Continue refactoring input handling across clients. Fixed a number of small but tricky bugs related to prompt numbering, now in all cases I can see both terminal and gui client are fully consistent regarding prompts.

File last commit:

r3069:7321b392
r3085:048fef29
Show More
ipython-qtconsole
6 lines | 110 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()