mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
763 B
763 B
In [ ]:
from directview import interact from IPython.parallel import Client
In [ ]:
c = Client() dv = c[:]
In [ ]:
interact(dv)