h5rdly

Results 19 comments of h5rdly

This is awesome. @damienflament did you encounter bokeh's [DataTable](https://github.com/bokeh/bokeh/blob/master/bokeh/models/widgets/tables.py)? It uses a ColumnDataSource for a "backend". I believe the mechanics might be somewhat similar to those of flexx - bokeh...

If I may offer opinion as a user, to me the usecase is streaming pandas dataframes / python dictionaries into the table, so I could really benefit from a "classic"...

Sweet progress. Is this going into 0.8?

> > Is there a hack that could be applied to this table widget to make it usable for large numbers of rows/columns? > > I think what would be...

What's the damage of implementing it? I'm this specific widget away from building a DB-API 2.0 SQL Editor based on flexx (TreeView and MultiLineEdit are others I needed)

Not a Windows fan, but I'm working on cross-platform code, would actually be great if there were Windows binaries available for cling.

@ax3l It's nice that it's available there, but should conda be a prerequisite? Clang comes with binaries to all imaginable platforms.. Why wouldn't cling make an official release to help...

What needs to be done to add Python 3.12 support? Cheers