I have installed the the library num2words by pip install num2words
from the command prompt. But when I try to use num2words
in anaconda jupyter notebook. It says:
ModuleNotFoundError: No module named 'num2words'".
I don't know how to get the external installed library in the jupyter notebook.