##// END OF EJS Templates
Split generic part of terminal frontend/terminal/ipapp into core/shellapp...
Split generic part of terminal frontend/terminal/ipapp into core/shellapp Now there's a class for IPKernel to inherit from in the qt code

File last commit:

r3069:7321b392
r3968:9bf08596
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()