##// END OF EJS Templates
Fixing #1112 removing failing asserts for test_carriage_return and test_beep....
Fixing #1112 removing failing asserts for test_carriage_return and test_beep. The failing asserts were checking the count property of the Action tuple objects there is no count field in these Action tuples so the count method of the regular tuple class is resolved. closes #1112 closes #1113

File last commit:

r2760:afe1263a
r5644:bdcfcc67
Show More
ipythonx
11 lines | 231 B | text/plain | TextLexer
gvaroquaux
Add ipythonx to scripts.
r1488 #!/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()