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

scenario: - type in jupyter lab (3.0.0): `from ipysheet import sheet, to_array` `sh = ipysheet.sheet(rows=1)` `sh` - edit this table by clicking inside the first cell and type a string...

Hi, thanks for writing ipysheet. This PR is a bit of a clean-up of the pandas loader. It just does things a bit more pandas-style and avoids copying and conversion...

The [suggested way](https://ipywidgets.readthedocs.io/en/stable/embedding.html#python-interface) of getting standalong HTML from ipywidgets doesn't appear to work: ```python import numpy as np import pandas as pd from ipysheet import from_dataframe dates = pd.date_range("20130101", periods=6)...

After sorting and ipysheet by clicking on the column name, the row headers should also be re-ordered.

When trying to use pandas_loader.to_dataframe with an incompletely filled sheet, I get a `IndexError: list index out of range` . This is because a `Cell` perhaps with values of row...

I have pieced together two examples from the documentation, creating a spreadsheet that renders the background colors of a changing value: ``` import ipywidgets as widgets import ipysheet jscode_renderer_negative =...

When I go to https://ipysheet.readthedocs.io/ no documentation loads.

Bumps [tar](https://github.com/npm/node-tar) from 6.1.7 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...

dependencies

First off, We've been using ipysheet and its awesome. Thank you all! I have been having three issues: 1. I am relatively new to using ipysheet and as expected, it...

Our use-cases will always be passing a pandas dataframe to a sheet, edit, then pass back to a dataframe, which I want to df.compare() with itself prior to editing, to...