I want to use KMedoids. I install sklearn_extra in jupyter and then use this code:
from sklearn_extra.cluster import KMedoids
It works correctly.