nbgrader
nbgrader copied to clipboard
Integrating nbgrader with a plagiarism checker?
Is there a way to integrate nbgrader with MOSS for plagiarism checking?
Operating system
Windows 11
nbgrader --version
0.8.1
jupyter notebook --version
6.4.12
NBGrader does not currently have any mechanism for integrating the autograde step with additional plugins.
The closest you'd get is to create the original [source] notebook with some kind of integration
... and probably have a test to ensure that whatever that integration was, was run.