##// END OF EJS Templates
Add warning to widget namespace import.
Jonathan Frederic -
Show More
@@ -22,3 +22,8 b' from .widget_int import IntTextWidget, BoundedIntTextWidget, IntSliderWidget, In'
22 from .widget_selection import RadioButtonsWidget, ToggleButtonsWidget, DropdownWidget, SelectWidget
22 from .widget_selection import RadioButtonsWidget, ToggleButtonsWidget, DropdownWidget, SelectWidget
23 from .widget_selectioncontainer import TabWidget, AccordionWidget
23 from .widget_selectioncontainer import TabWidget, AccordionWidget
24 from .widget_string import HTMLWidget, LatexWidget, TextWidget, TextareaWidget
24 from .widget_string import HTMLWidget, LatexWidget, TextWidget, TextareaWidget
25
26 # Warn on import
27 from IPython.utils.warn import warn
28 warn("""The widget API is still considered experimental and
29 may change by the next major release of IPython.""")
General Comments 0
You need to be logged in to leave comments. Login now