Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #7

Open
dhruvabhat24 opened this issue Feb 6, 2023 · 1 comment
Open

error #7

dhruvabhat24 opened this issue Feb 6, 2023 · 1 comment

Comments

@dhruvabhat24
Copy link

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

@RanaNomanAbbas
Copy link

RanaNomanAbbas commented Feb 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants