##// END OF EJS Templates
Add tests for the new history seach behavior
Add tests for the new history seach behavior

File last commit:

r7739:dff285da
r8400:d9dcad25
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)