Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude certain assignment files from being overwritten during autograding #947

Merged
merged 2 commits into from May 5, 2018

Conversation

jhamrick
Copy link
Member

Fixes #940 by adding a configuration option that allows you to exclude certain files from being overwritten by the source version during autograding. The way you would do this would be like so in nbgrader_config.py:

c = get_config()
c.Autograde.exclude_overwriting = {"ps1": ["file_to_exclude.py"]}

cc @yangkky

@jhamrick jhamrick added this to the 0.6.0 milestone Apr 22, 2018
@jhamrick jhamrick merged commit 923d758 into jupyter:master May 5, 2018
@jhamrick jhamrick deleted the exclude-overwriting branch May 5, 2018 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant