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?