##// END OF EJS Templates
Backport PR #5630: Fixed Issue #4012 Added Help menubar link to Github markdown doc...
Backport PR #5630: Fixed Issue #4012 Added Help menubar link to Github markdown doc Closes https://github.com/ipython/ipython/issues/4012

File last commit:

r14009:6f019b30
r16314:36a4bd94
Show More
__main__.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipengineapp as app
app.launch_new_instance()