##// END OF EJS Templates
Backport PR #5693: Update parallel_intro.rst to fix a broken link to examples...
Backport PR #5693: Update parallel_intro.rst to fix a broken link to examples fixing broken link to examples directory and updating the github link to point to the nbviewer index page

File last commit:

r14009:6f019b30
r16619:611c4216
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()