##// END OF EJS Templates
Adding back kernel dead choice for user....
Adding back kernel dead choice for user. I had removed the choice for the user to not restart a dead kernel but we are using that elsewhere. Eventually we may not give them a choice, but for now we will use that model.

File last commit:

r2760:afe1263a
r7178:b9a7cde7
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()