Autograder
How to use the autograder
Introduction
Exercise
Open a terminal on your native machine and start Vagrant
cd msbx5420vagrant
vagrant halt
vagrant upDownload the exercise from GitHub
cd
cd work
rm -rf autograder
rm -rf MSBX5420-001-FunctionalProgramming
git clone https://github.com/marilynwaldman/autograder.gitStop 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

Download the notebook and submit to Canvas

Stop all docker containers on the VM
Shut down the VM - from the native machine
Last updated
Was this helpful?