Skip to content

Instantly share code, notes, and snippets.

@fk-pixel
Created August 22, 2020 13:20
Show Gist options
  • Save fk-pixel/48e5d2f9eef60aded1621546db017ff5 to your computer and use it in GitHub Desktop.
Save fk-pixel/48e5d2f9eef60aded1621546db017ff5 to your computer and use it in GitHub Desktop.
import json
# word cloud library
from wordcloud import WordCloud
# seaborn
import seaborn as sns
# matplotlib
import matplotlib
import matplotlib.pyplot as plt
print('Libraries imported.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment