I running Python 2.7 . I'm on OSX Yosemite.
I just installed pyenchant
via:
pip install enchant
as per the instructions.
On the terminal, I can import the module and run the example.
On a Jupyter notebook, I can't import the module:
ImportError: No module named enchant
Is there anything I can do in order to run this library via Jupyter notebook? Thanks.
Have you installed conda to manage your environments? Did you launch the notebook and install enchant in the same environment?