##// END OF EJS Templates
Partial fix to #3653 (from foo import <tab>)...
Partial fix to #3653 (from foo import <tab>) Some configurability for Julia (change the regexp because ! is a valid char in token from them)

File last commit:

r9190:20a102a5
r12912:7fa27b34
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)