I am trying to use plotly as backend in Google Colab to plot from Pandas.
import pandas as pd !pip install plotly==4.14.1 df = pd.DataFrame(dict(a=[1,3,2],