-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
sir I have written same code but in the input part
#Display your wordcloud image
myimage = calculate_frequencies(file_contents)
plt.imshow(myimage, interpolation = 'nearest')
plt.axis('off')
plt.show()
NameError Traceback (most recent call last)
in
1 # Display your wordcloud image
2
----> 3 myimage = calculate_frequencies(file_contents)
4 plt.imshow(myimage, interpolation = 'nearest')
5 plt.axis('off')
NameError: name 'file_contents' is not defined
Now what should I do
Metadata
Metadata
Assignees
Labels
No labels