jupyter notebook中執行命令報錯No module named ‘wordcloud‘

from wordcloud import WordCloud cloud = WordCloud(width=1440, height=1080).generate(" ".join(train_qs.astype(str))) plt.figure(figsize=(20, 15)) plt.imshow(cloud) plt.axis('off') 現象:No module named '
相關文章
相關標籤/搜索