Download and save the Exam 2 Jupyter Notebook and both data (txt) files. Complete each of the problems contained in the notebook.
NOTES
- I recommend that you frequently save your work. You might also consider making backup copies of your notebook once in a while! I suggest that you save your notebook from Jupyter and then use the Windows File Explorer or the Mac Finder to make your backup copies.
- Prior to submission of you Exam JNB, you should restart your JNB kernel and re-run all cells. This will help uncover unintended variable dependency errors. You may recall from your reading about JNBs from the pre-module that a single instance of python is running in support of your JNB. Since that is the case, any global variable created in one code cell is available to all other code cells. Because of this, a common error is the accidental use of such a variable in a code cell where the variable was not meant to be used. Best practice dictates that prior to submission of any JNB used for assessment, you should restart your JNB kernel and re-run all cells. This will help uncover such errors.
- You may use the attached rubric document to understand how your solutions will be assessed.
- You may submit your Exam JNB as many times as you wish. Only your last submission will be graded.