from pykubegrader.tokens.validate_token import validate_token
validate_token('type the key provided by your instructor here', assignment = 'week6-attend')
validate_token(assignment = 'week6-attend')
# You must make sure to run all cells in sequence using shift + enter or you might encounter errors
from pykubegrader.initialize import initialize_assignment
responses = initialize_assignment("1_week_6_attendance", "week_6", "attend", assignment_points = 1.0, assignment_tag = 'week6-attend')
# Initialize Otter
import otter
grader = otter.Notebook("1_week_6_attendance.ipynb")
๐๏ธ๐ Week 6: Attendance โ #
To get credit for attendance make sure you run all blocks of code.
I_attended_lab = True
grader.check("week-6-lab-attendance")
๐ Well Done!#
Keep up the good work.
Submitting Assignment#
Please run the following block of code using shift + enter
to submit your assignment, you should see your score.
from pykubegrader.tokens.validate_token import validate_token
validate_token(assignment = 'week6-attend')
from pykubegrader.submit.submit_assignment import submit_assignment
submit_assignment("week6-attend", "1_week_6_attendance")