Closed rchiodo closed 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.
I logged a bug on nteract. https://github.com/nteract/nteract/issues/5683
I'll submit a PR for that next week.
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.