jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook
https://ipywidgets.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.16k stars 950 forks source link

simple interactive DataFrame view #1918

Open sergun opened 6 years ago

sergun commented 6 years ago

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:

df_widget = DataFrameWidget()
df_widget # initial display

df_widget.df = new_df # -> update!

Is there such widget?

Sergey.

jasongrout commented 6 years ago

I think BeakerX has a grid widget - see http://jupyter.org/widgets (click the BeakerX example on the left).

CC @scottdraves

scottdraves commented 6 years ago

we have one currently based on datatables.net, but mostly done switching to phosphor datagrid: https://github.com/twosigma/beakerx/tree/feature/6674

timkpaine commented 5 years ago

we have one as well: https://perspective-python.readthedocs.io/en/latest/quickstart.html#the-psp-function

timkpaine commented 5 years ago

https://perspective.finos.org/