holonote
holonote copied to clipboard
Tools to create, edit, and persist annotated regions for HoloViews
TODOS: - [x] Investigate why I can't delete rows after changing it. - [x] Remove flickering, when updating annotation? Delete rows from the tabulator https://github.com/holoviz/holonote/assets/19758978/eca71408-7420-4420-9fb0-e03f08f58edb Edit values from tabulator +...
Based on the mockup provided in [this notebook](https://github.com/holoviz-topics/neuro/blob/f670f74251a71f45b00c049dcc27495005cdc6e2/workflows/multi-channel-timeseries/dev/annotate1d_mockup.ipynb). Besides the diagrammed features in sidebar of the screenshot, others feature requests include: - Table is reactive to changes - Synced selections...
Jim mentioned that the checkmark wasn't intuitive; not sure if this is more intuitive. or or
This FR is to implement editing the range of an individual annotation by manipulating the rendered element in the plot. Interaction type 1: click and drag the edge of an...
I want to annotate a line on a map and have it persisted: At the current moment, I believe there are "start"/"end" and "point" columns? I additionally propose a "geometry"...
The very first issue! My goal here is to set up a checklist of things I know need to be tackled in the short term: - [x] Python 3.11 support:...
From the book _Storytelling with Data_: Before: After: Is this within HoloNote's scope?
A single annotation may not mean much, but together may help identify a pattern Here, all the EF0, EF1, etc tornadoes are grouped together for a count. https://www.weather.gov/lot/2023_03_31_SevereStorms
WIP Note: Running SQLiteDB with `:memory:` does not have as big of a penalty as when saving to disk. I think the reason I'm seeing such a slowdown is because...
Adds the `SQLAlchemyDB` connector which can be used with `sqlite` as well as more typical, production-ready databases (e.g. MariaDB).