##// END OF EJS Templates
Raise better IOError if a connection file is not found...
Raise better IOError if a connection file is not found when starting parallel.Client Example: IOError: Connection file u’~/.ipython/profile_default/security/ipcontroller-client.json' not found. Is a controller running?

File last commit:

r14009:6f019b30
r17139:3c44235e
Show More
cluster.py
3 lines | 115 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipclusterapp as app
app.launch_new_instance()