Skip to content

Commit

Permalink
Close quantopian#376: update to ipywidgets 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 8, 2022
1 parent 877b420 commit c336233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgrid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit c336233

@rootsmusic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this commit was supposed to close quantopian#376

Please sign in to comment.