##// END OF EJS Templates
update CompositeError docs with recent changes
update CompositeError docs with recent changes

File last commit:

r7212:c5f6833d
r7470:2013f1b8
Show More
directview.ipynb
37 lines | 580 B | text/plain | TextLexer
In [ ]:
from directview import interact
from IPython.parallel import Client
In [ ]:
c = Client()
dv = c[:]
In [ ]:
interact(dv)