finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.73k stars 1.05k forks source link

Fix Jupyterlab Widget Save/Restore Symmetry #2465

Closed ada-x64 closed 6 months ago

ada-x64 commented 7 months ago

Fixes https://github.com/finos/perspective/issues/2464

The version keyword should be ignored when restoring the widget, as it does not affect the widget itself. The version keyword is currently only used for migrations. Eventually, I would like to see automatic migrations based on version number, which will require a more sophisticated solution. This works for now :)

texodus commented 6 months ago

Thanks for the PR! Looks good!