Index

_ | A | C | D | E | F | G | I | L | M | N | R | S | T | U | W

_

__init__() (nbgrader.api.Gradebook method)

A

add_assignment() (nbgrader.api.Gradebook method)
add_grade_cell() (nbgrader.api.Gradebook method)
add_notebook() (nbgrader.api.Gradebook method)
add_solution_cell() (nbgrader.api.Gradebook method)
add_source_cell() (nbgrader.api.Gradebook method)
add_student() (nbgrader.api.Gradebook method)
add_submission() (nbgrader.api.Gradebook method)
Assignment (class in nbgrader.api)
assignment (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SolutionCell attribute)
(nbgrader.api.SourceCell attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
assignment_id (nbgrader.api.Notebook attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
assignment_submissions() (nbgrader.api.Gradebook method)
assignments (nbgrader.api.Gradebook attribute)
auto_comment (nbgrader.api.Comment attribute)
auto_score (nbgrader.api.Grade attribute)
average_assignment_code_score() (nbgrader.api.Gradebook method)
average_assignment_score() (nbgrader.api.Gradebook method)
average_assignment_written_score() (nbgrader.api.Gradebook method)
average_notebook_code_score() (nbgrader.api.Gradebook method)
average_notebook_score() (nbgrader.api.Gradebook method)
average_notebook_written_score() (nbgrader.api.Gradebook method)

C

cell (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
cell_id (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
cell_type (nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.SourceCell attribute)
checksum (nbgrader.api.SourceCell attribute)
code_score (nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
Comment (class in nbgrader.api)
comment (nbgrader.api.Comment attribute)
comments (nbgrader.api.SolutionCell attribute)
(nbgrader.api.SubmittedNotebook attribute)

D

duedate (nbgrader.api.Assignment attribute)
(nbgrader.api.SubmittedAssignment attribute)

E

email (nbgrader.api.Student attribute)
extension (nbgrader.api.SubmittedAssignment attribute)

F

failed_tests (nbgrader.api.Grade attribute)
(nbgrader.api.SubmittedNotebook attribute)
find_assignment() (nbgrader.api.Gradebook method)
find_comment() (nbgrader.api.Gradebook method)
find_comment_by_id() (nbgrader.api.Gradebook method)
find_grade() (nbgrader.api.Gradebook method)
find_grade_by_id() (nbgrader.api.Gradebook method)
find_grade_cell() (nbgrader.api.Gradebook method)
find_notebook() (nbgrader.api.Gradebook method)
find_solution_cell() (nbgrader.api.Gradebook method)
find_source_cell() (nbgrader.api.Gradebook method)
find_student() (nbgrader.api.Gradebook method)
find_submission() (nbgrader.api.Gradebook method)
find_submission_notebook() (nbgrader.api.Gradebook method)
find_submission_notebook_by_id() (nbgrader.api.Gradebook method)
first_name (nbgrader.api.Student attribute)
flagged (nbgrader.api.SubmittedNotebook attribute)

G

Grade (class in nbgrader.api)
grade_cells (nbgrader.api.Notebook attribute)
Gradebook (class in nbgrader.api)
GradeCell (class in nbgrader.api)
grades (nbgrader.api.GradeCell attribute)
(nbgrader.api.SubmittedNotebook attribute)

I

id (nbgrader.api.Assignment attribute)
(nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SolutionCell attribute)
(nbgrader.api.SourceCell attribute)
(nbgrader.api.Student attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)

L

last_name (nbgrader.api.Student attribute)

M

manual_comment (nbgrader.api.Comment attribute)
manual_score (nbgrader.api.Grade attribute)
max_code_score (nbgrader.api.Assignment attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
max_score (nbgrader.api.Assignment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.Student attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
max_written_score (nbgrader.api.Assignment attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)

N

name (nbgrader.api.Assignment attribute)
(nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SolutionCell attribute)
(nbgrader.api.SourceCell attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
needs_manual_grade (nbgrader.api.Grade attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
Notebook (class in nbgrader.api)
notebook (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.SolutionCell attribute)
(nbgrader.api.SourceCell attribute)
(nbgrader.api.SubmittedNotebook attribute)
notebook_id (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.GradeCell attribute)
(nbgrader.api.SolutionCell attribute)
(nbgrader.api.SourceCell attribute)
(nbgrader.api.SubmittedNotebook attribute)
notebook_submission_dicts() (nbgrader.api.Gradebook method)
notebook_submissions() (nbgrader.api.Gradebook method)
notebooks (nbgrader.api.Assignment attribute)
(nbgrader.api.SubmittedAssignment attribute)
num_submissions (nbgrader.api.Assignment attribute)
(nbgrader.api.Notebook attribute)

R

remove_assignment() (nbgrader.api.Gradebook method)
remove_notebook() (nbgrader.api.Gradebook method)
remove_student() (nbgrader.api.Gradebook method)
remove_submission() (nbgrader.api.Gradebook method)
remove_submission_notebook() (nbgrader.api.Gradebook method)

S

score (nbgrader.api.Grade attribute)
(nbgrader.api.Student attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
solution_cells (nbgrader.api.Notebook attribute)
SolutionCell (class in nbgrader.api)
source (nbgrader.api.SourceCell attribute)
source_cells (nbgrader.api.Notebook attribute)
SourceCell (class in nbgrader.api)
Student (class in nbgrader.api)
student (nbgrader.api.Comment attribute)
(nbgrader.api.Grade attribute)
(nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)
student_dicts() (nbgrader.api.Gradebook method)
student_id (nbgrader.api.SubmittedAssignment attribute)
student_submissions() (nbgrader.api.Gradebook method)
students (nbgrader.api.Gradebook attribute)
submissions (nbgrader.api.Assignment attribute)
(nbgrader.api.Notebook attribute)
(nbgrader.api.Student attribute)
SubmittedAssignment (class in nbgrader.api)
SubmittedNotebook (class in nbgrader.api)

T

timestamp (nbgrader.api.SubmittedAssignment attribute)
to_dict() (nbgrader.api.Assignment method)
(nbgrader.api.Comment method)
(nbgrader.api.Grade method)
(nbgrader.api.GradeCell method)
(nbgrader.api.Notebook method)
(nbgrader.api.SolutionCell method)
(nbgrader.api.SourceCell method)
(nbgrader.api.Student method)
(nbgrader.api.SubmittedAssignment method)
total_seconds_late (nbgrader.api.SubmittedAssignment attribute)

U

update_or_create_assignment() (nbgrader.api.Gradebook method)
update_or_create_grade_cell() (nbgrader.api.Gradebook method)
update_or_create_notebook() (nbgrader.api.Gradebook method)
update_or_create_solution_cell() (nbgrader.api.Gradebook method)
update_or_create_source_cell() (nbgrader.api.Gradebook method)
update_or_create_student() (nbgrader.api.Gradebook method)
update_or_create_submission() (nbgrader.api.Gradebook method)

W

written_score (nbgrader.api.SubmittedAssignment attribute)
(nbgrader.api.SubmittedNotebook attribute)