##// 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:

r16113:87737521
r17139:3c44235e
Show More
other.ipynb
32 lines | 501 B | text/plain | TextLexer

This notebook just defines bar

In [2]:
def bar(x):
    return "bar" * x