Skip to content

ipyannotations.text.MulticlassLabeller ignores max_buttons #37

Description

@mawicks

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions