ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

`DeprecationWarning` with `traitlets`

Open ZhaoTianPu opened this issue 3 years ago • 0 comments
trafficstars

I have observed DeprecationWarning with ipywidgets 7.7.0 and traitlets 5.2.2.post1:

DeprecationWarning: Passing unrecognized arguments to super(Layout).__init__(align='top').
object.__init__() takes exactly one argument (the instance to initialize)
This is deprecated in traitlets 4.2.This error will be raised in a future release of traitlets.
.../ipywidgets/widgets/widget.py: 477

maybe relevant to https://github.com/jupyter-widgets/ipyleaflet/issues/414 (both are the complaining of deprecation by traitlets). Should it be addressed?

ZhaoTianPu avatar Jun 01 '22 19:06 ZhaoTianPu