Jessica B. Hamrick
Jessica B. Hamrick
Currently, no, this is not supported---but it seems like an obvious thing to add and probably shouldn't be too difficult to do.
Hmm, this is actually a bit trickier than I initially imagined because the due date for the assignment is stored in the nbgrader database, but students do not have access...
Thanks for noticing this! This would be great to fix, though would require a little more work than just find-and-replace, as the names are in some config values too and...
I think this is expected behavior. Can you explain why you would like the button to retain focus?
Ah, I see. Can I recommend that you use tab and shift+tab to navigate through the notebook instead? This was an early design decision that we made to make it...
> I am confused as to why no errors are thrown in this case, either at the validate stage or by autograde. Yeah it's a bit unclear to me as...
Is https://nbgrader.readthedocs.io/en/stable/api/index.html close to what you're looking for? I agree it would be nice to have some more worked examples of using the API/Gradebook, though. Perhaps in that page I...
Could you provide an example or two of what you would envision this looking like? I am just not sure what that would look like exactly to have one example...
Hmm, good question. (Have you tested using the config above? I'd be surprised actually if that works, since you're right that the assumption is that the solution is always at...
> Also, I deployed nbgrader for my class mid-semester and it pretty much worked without a hitch (except for students who renamed their notebooks for no reason), so thank you...