13,420
edits
Changes
→Creating the introductory "Hello World" Script
:#Now lets try running the script directly from the IPython shell by issuing the follwoing commands:<source>
run ~/ops435/lab1/lab1a.py
</source><br><br>Your python script should have run, if you have any errors you should check that you typed the script in exactly. Be careful of extra spaces, symbols, letters, or lowercase/uppercase differences.<br><br>
:# Issue the following command to exit your ipython session:<source>
exit