Code Monkey home page Code Monkey logo

Comments (13)

elmoallistair avatar elmoallistair commented on May 21, 2024 3

Hi,
You can go to dashboard by click on Jupyter logo
1
2

or you can execute bash script directly on jupyter

!echo "some text" > some_file.txt

from google-it-automation.

sean-flanagan avatar sean-flanagan commented on May 21, 2024

Great, thank you!

from google-it-automation.

sean-flanagan avatar sean-flanagan commented on May 21, 2024

For some reason I'm still getting this error on the last cell, any ideas?
image

from google-it-automation.

elmoallistair avatar elmoallistair commented on May 21, 2024

Have you run

!pip install wordcloud

and

import wordcloud

?

from google-it-automation.

sean-flanagan avatar sean-flanagan commented on May 21, 2024

That helped! The last error I am getting is the following. Any last tips?
image

from google-it-automation.

sean-flanagan avatar sean-flanagan commented on May 21, 2024

Nevermind, I got it! Thanks Elmo! 😃

from google-it-automation.

Raagsi4u avatar Raagsi4u commented on May 21, 2024

image

can you help me out , how did you solved this...!?

from google-it-automation.

elmoallistair avatar elmoallistair commented on May 21, 2024

you haven't defined the file_contents variable

check the second code cell:

file = open('path-to-your-file.txt','r')
file_contents = file.read()

from google-it-automation.

Raagsi4u avatar Raagsi4u commented on May 21, 2024

image

Yes i had tried your suggestion and got this..!

from google-it-automation.

elmoallistair avatar elmoallistair commented on May 21, 2024

Only use code from the last 2 lines

Have a look at this snippet

Screenshot_2022-05-24-15-22-01-934_com.github.android.jpg

from google-it-automation.

Raagsi4u avatar Raagsi4u commented on May 21, 2024

ok But I'm getting this....!

image

from google-it-automation.

Raagsi4u avatar Raagsi4u commented on May 21, 2024

ok But I'm getting this....!

image

Hello can any one help me out please....!

from google-it-automation.

Adityasharma3010 avatar Adityasharma3010 commented on May 21, 2024

ok But I'm getting this....!
image

Hello can any one help me out please....!

u need to add a text file in jupiter then run the code

from google-it-automation.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.