##// END OF EJS Templates
some initial tests for newparallel
r3637:e0abb035
Show More
client.py
3 lines | 66 B | text/x-python | PythonLexer
Fernando Perez
Add little soma workflow example
r3608 from IPython.zmq.parallel.client import Client
client = Client()