<script charset="utf-8" src="https://cdn.plot.ly/plotly-2.35.2.min.js"></script>
<div id="5a0806d5-3da7-4c16-af56-b5fd7c6a67cb" class="plotly-graph-div" style="height:525px; width:100%;"></div>
<script type="text/javascript">
window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("5a0806d5-3da7-4c16-af56-b5fd7c6a67cb")) { Plotly.newPlot("5a0806d5-3da7-4c16-af56-b5fd7c6a67cb", [{"mode":"lines","name":"Simple Line","x":["2023-01-01T00:00:00","2023-01-02T00:00:00","2023-01-03T00:00:00","2023-01-04T00:00:00","2023-01-05T00:00:00","2023-01-06T00:00:00","2023-01-07T00:00:00","2023-01-08T00:00:00","2023-01-09T00:00:00","2023-01-10T00:00:00"],"y":[1,2,3,4,5,6,5,4,3,2],"type":"scatter"}], ...
I posted this on the plotly community forum but so far got no traction so I'm reporting this here.
pio.renderers.default = "notebook_connected+colab"as per Plotly’s instructions for using Multiple RenderersPlotly-colab-nbviewer.ipynb:14916 Uncaught ReferenceError: Plotly is not defined at Plotly-colab-nbviewer.ipynb:14916:462in the Brave dev toolsI’ve seen a few posts that seem somewhat similar, but I thought I’d add some more details to the bug.
Any thoughts?