##// END OF EJS Templates
bump pyzmq version dependency to 13...
bump pyzmq version dependency to 13 pyzmq < 13 doesn't work with tornado >= 3, which we also require. This results in clearer error messages when pyzmq is too old.

File last commit:

r14009:6f019b30
r20354:4b151608
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()