##// END OF EJS Templates
remove no-op adding abbreviations from always-empty dict
MinRK -
Show More
@@ -188,7 +188,6 b' def interactive(__interact_f, **kwargs):'
188 getcallargs(f, **{n:v for n,v,_ in new_kwargs})
188 getcallargs(f, **{n:v for n,v,_ in new_kwargs})
189 # Now build the widgets from the abbreviations.
189 # Now build the widgets from the abbreviations.
190 kwargs_widgets.extend(_widgets_from_abbreviations(new_kwargs))
190 kwargs_widgets.extend(_widgets_from_abbreviations(new_kwargs))
191 kwargs_widgets.extend(_widgets_from_abbreviations(sorted(kwargs.items(), key = lambda x: x[0])))
192
191
193 # This has to be done as an assignment, not using container.children.append,
192 # This has to be done as an assignment, not using container.children.append,
194 # so that traitlets notices the update. We skip any objects (such as fixed) that
193 # so that traitlets notices the update. We skip any objects (such as fixed) that
General Comments 0
You need to be logged in to leave comments. Login now