You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After computing the png image, the `model.setData` call was treating
plotly's traces array (`data`) as if it were the bundle's `data`
property (`model.data`).
This was causing a malformed bundle to be saved in the notebook,
and causing only the image/png form to be restored on notebook load.
0 commit comments