##// END OF EJS Templates
Make rewrite prompt non-configurable.
Make rewrite prompt non-configurable.

File last commit:

r4910:0dc49390
r5555:ff4cb849
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()