##// END OF EJS Templates
Add a new option `n` to limit history search hits
Add a new option `n` to limit history search hits

File last commit:

r7739:dff285da
r8399:af236bbf
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)