jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.28k stars 316 forks source link

Add expected .csv columns to the db import help #808

Closed lgpage closed 6 years ago

lgpage commented 7 years ago

It would be useful to have an indication of what .csv columns are expected in the respective db import commands help information (nbgrader db assignment import -h and nbgrader db student import -h).

jhamrick commented 7 years ago

For reference, the expected columns correspond to the column names of the database tables: http://nbgrader.readthedocs.io/en/stable/api/models.html

These correspond to:

jhamrick commented 6 years ago

@mpacer this is something you could probably do now too, now that you figured out how to get the column names!