##// END OF EJS Templates
Fixing CM3 style related issues....
Fixing CM3 style related issues. CM3 introduced a number of changes to how various paddings are set. Because of how we change the line-height we had to set these back to the CM2 values. What a pain!

File last commit:

r2760:afe1263a
r10423:f2bc0656
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()