##// END OF EJS Templates
start 1.0 whatsnew
start 1.0 whatsnew

File last commit:

r9190:20a102a5
r11587:0c81259c
Show More
directview.ipynb
45 lines | 763 B | text/plain | TextLexer
In [ ]:
from directview import interact
from IPython.parallel import Client
In [ ]:
c = Client()
dv = c[:]
In [ ]:
interact(dv)