##// END OF EJS Templates
Make the widget error message shorter and more understandable.
Jason Grout -
Show More
@@ -26,4 +26,4 b' from .widget_string import HTMLWidget, LatexWidget, TextWidget, TextareaWidget'
26
26
27 # Warn on import
27 # Warn on import
28 from warnings import warn
28 from warnings import warn
29 warn("""The widget API is still considered experimental and may change in the future.""", FutureWarning, stacklevel=2)
29 warn("IPython widgets are experimental and may change in the future.", FutureWarning, stacklevel=2)
General Comments 0
You need to be logged in to leave comments. Login now