I am running Python 2.7. I'm on OSX Yosemite.
I just installed pyenchant
via:
pip install enchant
according to the instructions .
On the terminal, I can import the module and run the example.
On a Jupyter laptop, I cannot import the module:
ImportError: No module named enchant
Is there anything I can do to run this library through a Jupyter laptop? Thanks.
source share