##// END OF EJS Templates
Merge pull request #8421 from erikhvatum/ehvatum...
Merge pull request #8421 from erikhvatum/ehvatum Avoid crash on ctrl-c in text console IPython client with %gui and PyQt5.

File last commit:

r21337:03608cd1
r21348:8eed8fdc merge
Show More
__main__.py
3 lines | 100 B | text/x-python | PythonLexer
if __name__ == '__main__':
from ipykernel import kernelapp as app
app.launch_new_instance()