Plotly not working on google colab?

So plotly just stopped showing figures altogether in google, i have tried installing older versions, tried different modules, graphs, data etc, but nothing seems to work.

Even if i open a brand new colab notebook and try:

import plotly.express as px
import plotly.graph_objects as go

fig=px.scatter(x=[1,2,3],y=[1,4,9])
fig.show()

Nothing shows up.
As far as i know google colab uses 5.13.1, but as i said, iโ€™ve already tried installing different versions.

Anyone knows whatโ€™s going on?

Itโ€™s back, but i did absolutely nothing. Would still like to know if i did something wrong or if it was caused by something else, but it just seems to have fixed itself.

Plotly.js CDN down? - #20 by jinkeming is the related thread!