Spreadsheet
A spreadsheet widget for napari
Let's replace Microsoft Excel or Google Spreadsheet with napari-spreadsheet
for your daily image analysis.
Highlights
- Convert layer features to a spreadsheet.
- Update layer features from a spreadsheet.
- Send spreadsheet data to the namespace of napari's console directly.
This plugin is largely dependent on tabulous. To know more about the user interface, please see the documentation.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-spreadsheet
via pip:
pip install napari-spreadsheet
To install latest development version :
pip install git+https://github.com/hanjinliu/napari-spreadsheet.git
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the BSD-3 license, "napari-spreadsheet" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 0.0.4
Last updated:
- 2023-04-16
First released:
- 2022-08-28
License:
- BSD-3-Clause
Supported data:
- Information not submitted
Save extension:
Operating system:
- Information not submitted
Requirements:
- magicgui
- napari
- numpy
- pandas
- qtpy
- tabulous (>=0.5.0)
- napari ; extra == 'testing'
- pyqt5 ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-qt ; extra == 'testing'
- tox ; extra == 'testing'