##// END OF EJS Templates
Attempt at fixing assertion from reverse search...
Attempt at fixing assertion from reverse search Trying to fix gh-10014, though I can't reproduce the problem to test it. PR against 5.x because I think this is only needed for Python 2.

File last commit:

r21337:03608cd1
r23460:f3a4409a
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()