I am trying to work data visualization. I am using anaconda jupyter lab but always getting the error message. For example,
sns.lineplot(x = "timepoint", y = "signal", data = df);
AttributeError: module 'seaborn' has no attribute 'lineplot'
It is same thing with sns.scatterplot and sns.catplot I am using seaborn==0.10.1. Can you help me?