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

We need to clean [this code](https://github.com/QuantStack/ipysheet/blob/479b91a05e403508ad691c6482b0f150f1767357/js/src/sheet.ts#L310). Giving a list as a key to a JavaScript object actually converts it to a string so we needed to parse the string in...

Since [this PR](https://github.com/QuantStack/ipysheet/pull/17), ipysheet does not optionally depends on flexx anymore. It now depends on [pscript](https://github.com/flexxui/pscript), which is a small library for JavaScipt to Python transpilation (used by flexx). I...

From the first proto feedbacks I got from potential users, it would be good to be able to paste into a sheet and the sheet would adjust its size to...

A sheet sometimes need be quite large - if the input is complex, or maybe also if the output is big. So a button to temporarily expand the sheet to...

Exporting a sheet back to a Pandas dataframe will fail if the cell is represented through a custom ipywidget, if the data type of the underlying value is not float....

Exporting a sheet back to a Pandas dataframe will fail if the cell is represented through a custom ipywidget, if the data type of the underlying value is not float....

Is it possible to wrap text in cells of ipysheets? (excel alike) Assume you have a dataframe that I want to pass to an ipysheet. I would like that the...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Unless I create every cell individually which is just too painful, I get the error. ```IndexError: no cell was previously created for (row, index) = (%s, %s)``` This is preventing...