##// END OF EJS Templates
Document cell magics in %magic....
Document cell magics in %magic. %magic is our main interactive explanation of the magic system, so it's a good place to explain the system.

File last commit:

r2760:afe1263a
r7005:f50a0abf
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()