Skip to content

ipyannotations.text.MulticlassLabeller ignores max_buttons #37

@mawicks

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

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