Importing wordcloud using Jupyter Notebook (Python)
问题 I am using jupyter Notebook(conda root). The python version I am running is 2.7 I am having a hard time getting wordcloud installed into my environment. Here's the code from wordcloud import WordCloud But I got this error: ImportErrorTraceback (most recent call last) <ipython-input-21-8038e19af624> in <module>() ----> 1 from wordcloud import WordCloud C:\Users\aneeq\Anaconda2\lib\site-packages\wordcloud\__init__.py in <module>() ----> 1 from .wordcloud import (WordCloud, STOPWORDS, random