##// END OF EJS Templates
Register new widgets in IPython.html.widgets namespace
Jonathan Frederic -
Show More
@@ -1,1 +1,7 b''
1 from widget import Widget No newline at end of file
1 from widget import Widget
2
3 from container import ContainerWidget
4 from float_range import FloatRangeWidget
5 from int_range import IntRangeWidget
6 from selection import SelectionWidget
7 from string import StringWidget
General Comments 0
You need to be logged in to leave comments. Login now