mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-25 13:30:27 +08:00
* no longer reference left panel * no longer suggest starting the notebook with `--pylab`.
763 B
763 B
In [ ]:
from directview import interact from IPython.parallel import Client
In [ ]:
c = Client() dv = c[:]
In [ ]:
interact(dv)