##// END OF EJS Templates
Added missing import reference for bool widget
Added missing import reference for bool widget

File last commit:

r14264:6963d31d
r14264:6963d31d
Show More
__init__.py
8 lines | 255 B | text/x-python | PythonLexer
Jonathan Frederic
Changed js loading,...
r14261 from base import Widget, init_widget_js
Jonathan Frederic
Register new widgets in IPython.html.widgets namespace
r14244
Jonathan Frederic
Added missing import reference for bool widget
r14264 from bool import BoolWidget
Jonathan Frederic
Register new widgets in IPython.html.widgets namespace
r14244 from container import ContainerWidget
from float_range import FloatRangeWidget
from int_range import IntRangeWidget
from selection import SelectionWidget
from string import StringWidget