Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning from traitlets library #75

Closed
ManonMarchand opened this issue Mar 15, 2024 · 1 comment
Closed

Deprecation warning from traitlets library #75

ManonMarchand opened this issue Mar 15, 2024 · 1 comment
Labels
upstream A bug in one of our dependencies

Comments

@ManonMarchand
Copy link
Member

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)

This PR should solve it:

jupyter-widgets/ipywidgets#3894

@ManonMarchand ManonMarchand added the upstream A bug in one of our dependencies label Mar 15, 2024
@ManonMarchand
Copy link
Member Author

Fix was merged upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream A bug in one of our dependencies
Projects
None yet
Development

No branches or pull requests

1 participant