Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 17, 2021
1 parent 8b534ec commit 187191e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@
JupyterLab spreadsheet editor enables interactive editing of comma/tab separated value spreadsheets.
It support formulas, sorting, column/row rearrangements and more!

> Note: unless you need formula and/or column/row freeze support you probably want to use a newer extension: [tabular-data-editor](https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor)
> Note: you might be interested to checkout [tabular-data-editor](https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor), which however only works with old JupyterLab 2.0
## Showcase

Expand Down Expand Up @@ -41,7 +41,7 @@ the spreadsheet interface is built with the [jexcel](https://github.com/paulhode
## Install

```bash
pip install spreadsheet-editor
pip install jupyterlab-spreadsheet-editor
```

## Contributing
Expand Down Expand Up @@ -85,7 +85,7 @@ jupyter lab build --minimize=False
### Uninstall

```bash
pip uninstall spreadsheet-editor
pip uninstall jupyterlab-spreadsheet-editor
```

## Related extensions
Expand Down

0 comments on commit 187191e

Please sign in to comment.