##// END OF EJS Templates
Fix zope profile extension....
Fix zope profile extension. Note that this extension is now in deathrow pending update to the new apis, but I don't want it to go out of sync as this fix was committed to 0.10.1 branch. Closes: https://bugs.launchpad.net/ipython/+bug/443972

File last commit:

r2058:7e8fc59a
r2580:d2d0f075
Show More
ipythonx
11 lines | 231 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""IPythonX -- An enhanced Interactive Python
This script starts the Wx graphical frontend. This is experimental so
far.
"""
from IPython.frontend.wx import ipythonx
ipythonx.main()