##// END OF EJS Templates
switch order of failed-to-start errors in test_embed_kernel...
switch order of failed-to-start errors in test_embed_kernel also increase timeout for kernel start to 10 seconds

File last commit:

r4246:4232a692
r6904:87af7410
Show More
ipython
7 lines | 153 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.frontend.terminal.ipapp import launch_new_instance
launch_new_instance()