##// END OF EJS Templates
Backport PR #5668: allow async output on the most recent request...
Backport PR #5668: allow async output on the most recent request Keeps track of the most recent request, so async output is still allowed closes #5407

File last commit:

r14009:6f019b30
r16607:73dd85d1
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()