##// END OF EJS Templates
rebuild example notebooks...
rebuild example notebooks * no longer reference left panel * no longer suggest starting the notebook with `--pylab`.

File last commit:

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