##// END OF EJS Templates
Merge pull request #4517 from minrk/shutdown-console...
Merge pull request #4517 from minrk/shutdown-console send shutdown_request on exit of `ipython console`

File last commit:

r9190:20a102a5
r13610:f0efabf5 merge
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)