You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that if I change something in nbgrader_config.py, the formgrader is not aware of the changes until I stop and restart my server.
For example, validating an assignment told me that I needed to change c.ClearSolutions.code_stub. I did. But the formgrader did not know until I restarted the service.
A better design might be:
allow editing config settings from the formgrader itself
at least allow a "refresh" (say through a button) that would re-read the nbgrader_config.py file
The text was updated successfully, but these errors were encountered:
It appears that if I change something in nbgrader_config.py, the formgrader is not aware of the changes until I stop and restart my server.
For example, validating an assignment told me that I needed to change c.ClearSolutions.code_stub. I did. But the formgrader did not know until I restarted the service.
A better design might be:
The text was updated successfully, but these errors were encountered: