Python in Jupyter

From CommunityData
Revision as of 01:46, 18 January 2020 by Groceryheist (talk | contribs)

We are going to practice writing and running Python programs (often called "scripts").

Download a Jupyter Notebook

Save the file at the following link to your desktop. Then open it as you were instructed previously. CDSW Jupter test notebook

Test the notebook

Following the instructions in the notebook, run the cell that says:

 print("hello world")

You should see "hello world" output right below. If that works you have a working setup for Python and Jupyter. If that doesn't work, you should ask for assistance!

Feel free to play around in the notebook. Try it out and explore!

Success! You have a working Python and Jupyter setup!

Champagne.pngParty.png