##// END OF EJS Templates
Start building what's new document for 0.13
Start building what's new document for 0.13

File last commit:

r7212:c5f6833d
r7442:83b6d25a
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)