Closed
Description
So basically the day after we finish output contexts traitlets decides to deprecate the way we're subclassing from ipywidgets 🤦♂️
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/repos/fastplotlib/fastplotlib/layouts/_frame/_ipywidget_toolbar.py:241: DeprecationWarning: the description_tooltip argument is deprecated, use tooltip instead
self.step_size_setter = BoundedIntText(
/home/clewis7/repos/fastplotlib/fastplotlib/layouts/_frame/_ipywidget_toolbar.py:251: DeprecationWarning: the description_tooltip argument is deprecated, use tooltip instead
self.speed_text = BoundedIntText(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(Button).__init__(value=False).
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.
warn(
/home/clewis7/venvs/fpl/lib/python3.11/site-packages/traitlets/traitlets.py:1387: DeprecationWarning: Passing unrecognized arguments to super(IpywidgetToolBar).__init__().
ToolBar.__init__() missing 1 required positional argument: 'plot'
This is deprecated in traitlets 4.2.This error will be raised in a future release of traitlets.
Metadata
Metadata
Assignees
Labels
No labels