You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn("Using function annotations to implicitly specify interactive controls is deprecated. Use an explicit keyword argument for the parameter instead.", DeprecationWarning)
128
-
value=ann
129
125
elifdefaultisnotempty:
130
126
value=default
131
127
else:
@@ -246,7 +242,7 @@ def update(self, *args):
246
242
exceptExceptionase:
247
243
ip=get_ipython()
248
244
ifipisNone:
249
-
self.log.warn("Exception in interact callback: %s", e, exc_info=True)
245
+
self.log.warning("Exception in interact callback: %s", e, exc_info=True)
0 commit comments