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
Inject plotly.js into the output cell on every init_notebook_mode call
Fixes#458
Running init_notebook_mode injects plotly.js into the output cell.
Before, if you ran it twice, it would clear the output cell on the
second call and remove plotly.js from DOM.
This was deceiving, because any existing plots on the page wouldn’t
disappear even though their underlying plotly.js was no longer present.
But, if you refresh the page, the plots would not render (as plotly.js
was no longer in the output cell)
0 commit comments