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
There is a deprecation warning that is raised on some instantiations of the widget in version 0.3.0 :
DeprecationWarning: Deprecated in traitlets 4.1, use the instance .metadata dictionary directly, like x.metadata[key] or x.metadata.get(key, default)
warn("Deprecated in traitlets 4.1, " + msg, DeprecationWarning, stacklevel=2)
There is a deprecation warning that is raised on some instantiations of the widget in version 0.3.0 :
This PR should solve it:
jupyter-widgets/ipywidgets#3894
The text was updated successfully, but these errors were encountered: