wordcloud

Shiny R word cloud

I'm wanting to make a word cloud using data from a postgresql table. I used an example as a base that I found on Shiny R's we ... mentMatrix(myCorpus, control = list(minWordLength = 1)) m = as.matrix(myDTM) sort(rowSums(m), decreasing = TRUE)

ModuleNotFoundError: No module named 'wordcloud'

I'm using Microsoft Azure with Jupyter notebook and I need to use the word cloud. However when executing the Code: from wordcloud import WordCloud it presents the error In module named 'wordcloud' See Image: