##// END OF EJS Templates
enable comment/uncomment selection...
enable comment/uncomment selection with `(cmd|ctrl)-/` closes #1540

File last commit:

r9190:20a102a5
r11488:1bcc86c2
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)