##// END OF EJS Templates
Add duplicated entry in test_history
Add duplicated entry in test_history

File last commit:

r7739:dff285da
r8779:99dfc1da
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)