Skip to content

Track NDArrayWidget.array changes for scene rendering #73

Open
@benbovy

Description

ipygany.Component.array accepts ipydatawidgets' NDArrayWidget instances, which is nice if we want to send to the front-end some numpy arrays that may be then reused across multiple widgets (ipygany or other).

However, changing the value of the NDArrayWidget.array attribute has currently no effect on the rendered ipygany scene. It would be nice if this could be supported. This would be useful especially when NDArrayWidget.array is often updated (e.g., animated visualization of temporal data).

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions