##// END OF EJS Templates
Merge pull request #7201 from jasongrout/widget-warning...
Brian E. Granger -
r19498:e8163965 merge
parent child Browse files
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