##// END OF EJS Templates
Make import more explicit in some notbook section...
Make import more explicit in some notbook section reimport HTML and Image in some place so that each of the subsection can be ran independently Also, link to python logo from subfolder to make the example directory more packager friendly. The actual png file will be added in next commit

File last commit:

r2760:afe1263a
r10084:d5eec070
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()