##// END OF EJS Templates
Moving GUI examples.
Moving GUI examples.

File last commit:

r16057:a34981d9
r16072:9c54a128
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
MinRK
move IPython.zmq.parallel to IPython.parallel
r3666 from IPython.parallel.client import Client
Fernando Perez
Add little soma workflow example
r3608
client = Client()