2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-03-25 13:30:27 +08:00
MinRK bc1ea4dfbc rebuild example notebooks
* no longer reference left panel
* no longer suggest starting the notebook with `--pylab`.
2012-06-27 22:31:20 -07:00

763 B

In [ ]:
from directview import interact
from IPython.parallel import Client
In [ ]:
c = Client()
dv = c[:]
In [ ]:
interact(dv)