Autograder
How to use the autograder
Introduction
This course uses an autograder for grading your assignments. This exercise demonstrates how to
Download your assignment to your VM
Answer the exercises
Upload your answers to the autograder
Exercise
Open a terminal on your native machine and start Vagrant
Download the exercise from GitHub
Stop remove all containers - you will see errors if you have no containers running
Start your Spark Notebook
Open your browser and go to:
Pull up the exercise in the "autograder" folder
Answer the question at the end of the notebook
Note that you must comment out the "raise NotImplementedError() and insert your answer
Download the notebook and submit to Canvas
Note:
The notebook Downloads to you virtual machine.
The name of the file to be submitted to the autograder must be "stock_kurtosis.ipynb", exactly the name when downloaded from GitHub.
The cells are graded per the "assert" section. Use care when modifying graded cells
Stop all docker containers on the VM
Shut down the VM - from the native machine
Last updated