##// END OF EJS Templates
Added a warning when twisted is not detected
Added a warning when twisted is not detected

File last commit:

r1586:629b9129
r1810:599d41d9
Show More
wxIpython
11 lines | 320 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""wxIPython -- An enhanced Interactive Python GUI fonrtend
This script starts the Wx graphical frontend.
This is experimental so far.
Currently it support only ipython0 instance. Will be upgraded to ipython1 one.
"""
from IPython.gui.wx import wxIPython
wxIPython.main()