I\'m sure I\'m forgetting something very simple, but I cannot get certain plots to work with Seaborn.
If I do:
import seaborn as sns
My advice is just to give a
plt.figure() and give some sns plot. For example
plt.figure()
sns.distplot(data).
sns.distplot(data)
Though it will look it doesnt show any plot, When you maximise the figure, you will be able to see the plot.