##// END OF EJS Templates
fix docstring, and debug leftover
fix docstring, and debug leftover

File last commit:

r7212:c5f6833d
r7388:4659fca1
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)