I am trying to import this module "FactorAnalyzer" for EFA (Exploratory Factor Analysis) using the code in a Notebook session (IBM Watson Studio Notebook):
from factor_analyzer import FactorAnalyzer
And I am getting the error:
ModuleNotFoundError: No module named 'factor_analyzer'
If it was occurring in my localhost, I probably would solve it by just typing pip install factor_analyzer
in the terminal.
But I see no terminal in the Notebook and don't know how to proceed.
Hope my question is clear. Thanks.