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

how to remove a row/column if you know the row number or after you select a row/column

Hello, I'd like to propose this PR. It's still a WIP but the idea it to be able to type in python expression in cells and have them executed by...

Once a pysheet table was drawn, if you sort a column and update the value of any cell, the table gets reset. Is it able to keep the table sorted?

Can you save the state of a sheet as an image (.png, jpg etc...)?

Is there a way to merge 2 cells so they display the same text or widget? This is really for cosmetic reasons.

Hi I like ipysheet but have a few questions, to optimize mainly the speed of my Jupyter notebook. *Is it possible to temporarily stop the visual update of the values...

Currently, the `from_dataframe` generates a table from the simple dataframe properly. But when we add a custom index column to the dataframe, the `ipysheet` does not respect the index when...

ipysheet assumes column sorting by default. For the cases it is not desired, introduces `column_sorting` parameter for the sheet to enable/disable column sorting.

How can I add filtering and sorting to columns?

If I create a sheet using `ipysheet.from_dataframe` then the resulting sheet only allows pasting one column at the time. Example (tested in Jupyter Notebook and JupyterLab):: ``` sheet1 = ipysheet.from_dataframe(pd.DataFrame({"A":[1,2],...