earthlab / autograding-notebooks

sample notebooks and notes for autograding project
MIT License
1 stars 1 forks source link

Sample notebooks and notes for a project aimed at autograding Jupyter notebooks for EarthLab at the University of Colorado.

We are using nbgrader for this project, and adding functionality for partial credit in this fork.

See nbgrader_local_dev.md for notes on setting up a local nbgrader workflow.

The notebooks dir contains example notebooks for the project. Autograding functionality will not be visible if nbgrader is not installed.

The scripts dir contains scripts for managing the interaction between nbgrader and GitHub Classroom (modified from versions obtained from @jedbrown).