From c3362337861f44717bb21f0daed9ea5629440751 Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 8 Dec 2022 11:16:56 -0600 Subject: [PATCH] Close https://github.com/quantopian/qgrid/issues/376: update to ipywidgets 8.0 --- qgrid/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgrid/grid.py b/qgrid/grid.py index 44887b25..0fda7ef5 100644 --- a/qgrid/grid.py +++ b/qgrid/grid.py @@ -521,7 +521,7 @@ def stringify(x): return str(x) -@widgets.register() +@widgets.register class QgridWidget(widgets.DOMWidget): """ The widget class which is instantiated by the ``show_grid`` method. This