Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formalizing interface to applications #109

Open
jlstevens opened this issue Jun 7, 2024 · 0 comments
Open

Formalizing interface to applications #109

jlstevens opened this issue Jun 7, 2024 · 0 comments

Comments

@jlstevens
Copy link
Contributor

With the addition of popup interfaces in Bokeh and Holoviews (via streams), we can now define widget panels that appear inline over the plots. This means we can now imagine, Annotator being used with the current interface (i.e. mostly based around __mul__) that automatically provides an inline input interface for defining fields without needing to worry about laying out widgets into a overall dashboard.

Talking together with @hoxbro, we think we ought to define an interface/base class that formalizes how Annotator uses potential panel applications. The idea is that the panel applications following this interface would define the widget popups that the annotator could use.

One thing to consider is whether the __mul__ based interface could actually show a more complex layout/dashboard as an additional option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant