##// END OF EJS Templates
alternate notebook upload methods...
alternate notebook upload methods fixes #1562

File last commit:

r2760:afe1263a
r6838:334470c6
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()