##// END OF EJS Templates
remove unused sequence/dict handlers from can/uncan maps...
remove unused sequence/dict handlers from can/uncan maps These should only be used explicitly, to avoid unlimited nested iteration.

File last commit:

r7739:dff285da
r8031:586b83c9
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)