##// END OF EJS Templates
exec_files works when specified in config file...
exec_files works when specified in config file also don't treat IOError (file not found) as an unknown failure. closes gh-566

File last commit:

r3666:a6a0636a
r4203:d306e585
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()