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

ipyannotations.text.MulticlassLabeller ignores max_buttons #37

Open
mawicks opened this issue Nov 29, 2022 · 0 comments
Open

ipyannotations.text.MulticlassLabeller ignores max_buttons #37

mawicks opened this issue Nov 29, 2022 · 0 comments

Comments

@mawicks
Copy link

mawicks commented Nov 29, 2022

The max_buttons parameter in the following sample code does not produce the intended effect. It doesn't appear that max_buttons is even referenced in generic.MulticlassLabeller:

import ipyannotations.text

widget = ipyannotations.text.MulticlassLabeller(
    options=range(30),
    max_buttons=3
)
widget.display("Greetings!")
widget
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