##// END OF EJS Templates
Merge pull request #3568 from minrk/pylab-no-import...
Merge pull request #3568 from minrk/pylab-no-import new %matplotlib magic, quieter %pylab magic %matplotlib is a magic which sets up integration but does no imports %pylab now is now as verbose about announcing itself.

File last commit:

r9190:20a102a5
r11487:9e253ecd merge
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()