---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-10-6a3c750cca38> in <module>
1import numpy as np
----> 2from mlxtend.frequent_patterns import apriori
3import pandas as pd
4from mlxtend.frequent_patterns import association_rules
5
ModuleNotFoundError: No module named 'mlxtend'

Kodu Jupyter Notebook ile çalıştırdığımda böyle bir hata alıyorum. Nasıl çözebilirim yardımcı olabilir misiniz?