##// END OF EJS Templates
some more little cleanup and a bug correction with prompt that comes with last commit
some more little cleanup and a bug correction with prompt that comes with last commit

File last commit:

r1586:629b9129
r1817:ad73e3b4
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()