Events2Join

Managing the database — nbgrader 0.9.3 documentation


nbgrader update - Read the Docs

nbgrader. stable. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

nbgrader generate assignment - Read the Docs

nbgrader. latest. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

nbgrader quickstart — nbgrader 0.9.3 documentation - Read the Docs

nbgrader. stable. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

nbgrader submit - Read the Docs

This can be changed to filter by notebook. Default: '*' Equivalent to: [--CourseDirectory.notebook_id] --db= URL to the database. Defaults to sqlite:// ...

nbgrader export - Read the Docs

Export information from the database to another format. Options ======= The options below are convenience aliases to configurable class-options.

nbgrader collect — nbgrader 0.9.3 documentation

nbgrader. stable. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

Source code for nbgrader.api - Read the Docs

Managing the database · Exchanging assignment files · Exchanging assignment ... [docs] class Gradebook(object): """The gradebook object to interface with the ...

nbgrader db student remove - Read the Docs

Remove a student from the nbgrader database. Options: The options below are convenience aliases to configurable class-options, as listed in the Equivalent to ...

nbgrader db student list

nbgrader. main. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

nbgrader db student add - Read the Docs

Add a student to the nbgrader database. Options: The options below are convenience aliases to configurable class-options, as listed in the Equivalent to ...

nbgrader fetch feedback - Read the Docs

This can be changed to filter by notebook. Default: '*' Equivalent to: [--CourseDirectory.notebook_id] --db= URL to the database. Defaults to sqlite:// ...

nbgrader autograde - Read the Docs

This can be changed to filter by notebook. Default: '*' Equivalent to: [--CourseDirectory.notebook_id] --db= URL to the database. Defaults to sqlite:// ...

Source code for nbgrader.apps.api

nbgrader. stable. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

nbgrader zip collect - Read the Docs

nbgrader. latest. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

Late submission plugin — nbgrader 0.9.3 documentation

Then, when you run nbgrader autograde , nbgrader will record these timestamps into the database, compute how late each submission is and assign a late penalty ( ...

Export plugin — nbgrader 0.9.3 documentation - Read the Docs

Many instructors need to be able to get grades for their class out of the nbgrader database and into another format, such as a CSV file, a learning ...

nbgrader generate feedback - Read the Docs

nbgrader. stable. User Documentation. Highlights · The philosophy and the approach · Creating and grading assignments · Managing the database · Exchanging ...

Customizing how the student version of an assignment looks

Managing the database · Exchanging assignment ... Documentation for nbgrader generate_assignment , nbgrader autograde , and nbgrader generate_feedback .

nbgrader generate config - Read the Docs

This can be changed to filter by notebook. Default: '*' Equivalent to: [--CourseDirectory.notebook_id] --db= URL to the database. Defaults to sqlite:// ...

The philosophy and the approach — nbgrader 0.9.3 documentation

... Managing the database). Additionally, nbgrader uses SQLAlchemy, so you should be able to also use MySQL or PostgreSQL backends as well (though in these ...