##// END OF EJS Templates
Adding .widget to function.
Brian E. Granger -
Show More
@@ -135,4 +135,5 b' def interactive(f, **kwargs):'
135
135
136 def interact(f, **kwargs):
136 def interact(f, **kwargs):
137 w = interactive(f, **kwargs)
137 w = interactive(f, **kwargs)
138 f.widget = w
138 display(w)
139 display(w)
General Comments 0
You need to be logged in to leave comments. Login now