##// END OF EJS Templates
Split the Qt console files to new jupyter_qtconsole package
Split the Qt console files to new jupyter_qtconsole package

File last commit:

r20850:849943d9
r20850:849943d9
Show More
__main__.py
3 lines | 91 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.qt.console.qtconsoleapp import main
main()