##// END OF EJS Templates
Merge pull request #7695 from takluyver/dash-m-qtconsole...
Matthias Bussonnier -
r20357:8f8a562a merge
parent child Browse files
Show More
@@ -1,3 +1,3 b''
1 if __name__ == '__main__':
1 if __name__ == '__main__':
2 from IPython.qt.console import qtconsoleapp as app
2 from IPython.qt.console.qtconsoleapp import main
3 app.launch_new_instance()
3 main()
General Comments 0
You need to be logged in to leave comments. Login now