An easy way to make word clouds for data scientists

About a year ago, I looked high and low for a Python word cloud library that I could use from within my Jupyter notebook. I needed it to be flexible enough to use counts
or tfidf
when needed or just accept a set of words and corresponding weights.
I was a bit surprised that something like that did not already exist within libraries like plotly
. All I wanted to do was to get a…