microsoft / vscode-notebook-renderers

MIT License
115 stars 36 forks source link

Fix animations in plotly #113

Closed rchiodo closed 2 years ago

rchiodo commented 2 years ago

Fixes #https://github.com/microsoft/vscode-jupyter/issues/4364

Root cause was the API for plotly expects an object in order for animations to work. Nteract is not passing an object but rather its parts instead.

rchiodo commented 2 years ago

I logged a bug on nteract. https://github.com/nteract/nteract/issues/5683

I'll submit a PR for that next week.