Como obter ajuda da função no notebook Jupyter

plt.figure(figsize=(8,6))
sns.scatterplot(mydata['petal length', 'petal width', 'sepal length', 'sepal width'])
plt.show()
Vast Vendace