wordcloudEasy Playground

Generate word clouds from text data

Getting started with wordcloudRun locally
Install
pip install wordcloud
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: wordcloud)

wordcloud is a third-party package. Generate word clouds from text data. Install with: pip install wordcloud

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?