##// END OF EJS Templates
Merge pull request #2716 from Carreau/too-many-headings...
Merge pull request #2716 from Carreau/too-many-headings remove unexisting headings level

File last commit:

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