autograded/{student_id}/{assignment_id}/{notebook_id}.ipynb
After running nbgrader feedback
, HTML versions of these notebooks will be saved to:
feedback/{student_id}/{assignment_id}/{notebook_id}.html
In the following example, we have an assignment with two notebooks. There are two submissions of the assignment that have been graded:
Autograded submission 1:
Autograded submission 2:
Generating feedback is fairly straigtforward:
In [ ]:
%%bash
nbgrader feedback "Problem Set 1"
Once the feedback has been generated, there will be new directories and HTML files corresponding to each notebook in each submission:
Feedback for submission 1:
Feedback for submission 2: