Open sergun opened 6 years ago
I think BeakerX has a grid widget - see http://jupyter.org/widgets (click the BeakerX example on the left).
CC @scottdraves
we have one currently based on datatables.net, but mostly done switching to phosphor datagrid: https://github.com/twosigma/beakerx/tree/feature/6674
we have one as well: https://perspective-python.readthedocs.io/en/latest/quickstart.html#the-psp-function
Hi!
I know and use nice QGrid control. But in some cases I need just non-editable / interactive view of Pandas DataFrame without sorting, filtering. Something like widgets which is possible to update:
Is there such widget?
Sergey.