##// END OF EJS Templates
Add ipythonqt script to main list of user-installed scripts.
Add ipythonqt script to main list of user-installed scripts.

File last commit:

r2922:cccb294d
r2922:cccb294d
Show More
ipythonqt
6 lines | 110 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.qt.console.ipythonqt import main
main()