jupyterlab-spreadsheet-editor
jupyterlab-spreadsheet-editor copied to clipboard
JupyterLab spreadsheet editor for tabular data (e.g. csv, tsv)
Initially let's just change the display, and do not save this info to csv. Maybe having a checkbox like > [ ] store text formatting in CSV (off by default)...
While I intended this extension to be a solution for editing small tabular files (but larger than it can be conveniently done in a text editor) like up to 20...
Quite a few useful functions (add/remove column etc) are implemented as anonymous functions for the toolbar buttons. Those could be registered as commands and added to the palette. It is...
- [ ] [ipysheet](https://github.com/jupyter-widgets-contrib/ipysheet/blob/master/README.md) warns: "We recommend not using ipysheet anymore. We suggest an alternative like [ipydatagrid](https://github.com/bloomberg/ipydatagrid)." qgrid's successor is [QgridNext](https://qgridnext.readthedocs.io/en/latest/). - [ ] Add [itables](https://mwouts.github.io/itables/quick_start.html)
``` Turning on NPM provenance as id-token permission is set. writing npm config to /home/runner/.npmrc npm ERR! code E401 npm ERR! 401 Unauthorized - GET https://registry.npmjs.org/-/whoami npm ERR! A complete...
## Is your feature request related to a problem? Please describe. Would it be possible to add this package to conda-forge? `conda-lock` cannot lock this package because it is not...
## Description Saving a csv prepared with R or pandas adds an extra row at the bottom. That is, a csv like ``` a,b 1,3 2,4 ``` becomes ``` a,b...
Fixes https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/issues/70. Since its shortcut conflicts with JupyterLab's default save shortcut, and users can always use the `Download` option in JupyterLab's menu, I believe the simplest solution is to disable...
## Description ## Reproduce 1. Using your favorite package manager, install `jupyterlab` and this extension, e.g., `pixi init && pixi add jupyterlab jupyterlab-spreadsheet-editor` 2. Start JupyterLab with `jupyter lab` 3....
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...