##// END OF EJS Templates
Merge pull request #1911 from minrk/skipreload...
Merge pull request #1911 from minrk/skipreload Temporarily skip autoreload tests, as they were breaking Cython tests. #1912 was created to track the issue that they need to be re-enabled, but isolated to their own group.

File last commit:

r2760:afe1263a
r7456:2287b38e 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()