##// END OF EJS Templates
Revert "Temporary fix to work around #1057."...
Revert "Temporary fix to work around #1057." This reverts commit 65546bf8a85a3fdf359d0784204360e9ecdc95ec, done to temporaly fixed a race condition introduced by #956, next commits should fixe this race condition

File last commit:

r2760:afe1263a
r5505:4573b163
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()