ipysheet icon indicating copy to clipboard operation
ipysheet copied to clipboard

Jupyter handsontable integration

Results 84 ipysheet issues
Sort by recently updated
recently updated
newest added

Hi, this is a request for enhancing documentation. When using ipysheet in Jupyter in order to be able to edit tables, chances are high that the user case might be...

Trying this: import ipysheet jscode_renderer_negative = """function (value) { return { backgroundColor: 'red' }; } """ ipysheet.renderer(code=jscode_renderer_negative, name='negative'); s = ipysheet.sheet(rows=1, columns=1) ipysheet.cell(0, 0, -1, renderer='negative') s works well, but...

I guess this would be implemented by supporting the **fixedColumnsLeft**-attribute in handsontable: https://handsontable.com/docs/7.3.0/demo-freezing.html

Hi, There's a broken link on the index page. I'm not sure which page is being referenced but below a couple potential candidates: Index Page: [https://github.com/QuantStack/ipysheet/blob/master/docs/source/index.ipynb](url) Flexx: [https://flexx.readthedocs.io/en/stable/start.html](url) PScript: [https://pscript.readthedocs.io/en/latest/](url)...

WIP to allow users to select rows or columns. Only includes the styling of the selection: ![image](https://user-images.githubusercontent.com/1765949/65522769-8c0f3b00-deeb-11e9-947c-d30918b57142.png) Inspired by https://stackoverflow.com/questions/30857341/restricting-selection-to-entire-row-column-in-handsontable TODO: propagate selected rows, selected columns and/or selected areas.

Hi, awesome project, I'm using it a lot in fast prototyping UX. I've just come across strange behavior: https://youtu.be/-6R88EfHeCA any idea?

Hello, I would like to adjust row height when display my data set. However, I only found column_width in sheet to adjust column width. Is it possible to add row_height...

Hi, Following this update from Handsontable to its license agreement, please could you confirm the MIT license status of ipysheet still stands. Thanks. https://handsontable.com/blog/articles/2019/3/handsontable-drops-open-source-for-a-non-commercial-license

Changing `row_end` and equivalent attributes does not update the cell range in the view

Remove `numeric` cell type and add `int` and `float` cell types. Also adding `d3-format` formatting, like in ipywidgets, instead of the Handsontable default formatting (using Numbro)