##// END OF EJS Templates
Merged Laurent's fixes for various small issues with the standalone WX...
Merged Laurent's fixes for various small issues with the standalone WX frontend. I modified the name of the new standalone script to be 'ipython-wx' because I expect we'll develop a set of new GUI frontends. Using the naming scheme 'ipython-XX' will make them easier to discover.

File last commit:

r1595:b7059034 merge
r1595:b7059034 merge
Show More
ipython-wx
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()