##// END OF EJS Templates
add dialogs for failed save/load...
add dialogs for failed save/load - failed validation doesn't prevent save/load, but the user is now warned about it. - there is now a warning dialog if fromJSON fails, rather than the usual silent failure.

File last commit:

r14009:6f019b30
r18249:458d473d
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()