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