Closed
Description
openedon Aug 29, 2017
I am under the impression that I need to edit the jupyterhub_config.py file in order to use nbgrader in multiple classes at once. I can't figure out how to do this. I see wordage in the jupyterhub_config.py itself, like:
List of service specification dictionaries.
A service
For instance::
services = [
{
'name': 'cull_idle',
'command': ['/path/to/cull_idle_servers.py'],
},
{
'name': 'formgrader',
'url': 'http://127.0.0.1:1234',
'token': 'super-secret',
'environment':
}
]
but my attempts to use the formgrader example have not worked out.
Does anyone have an example for how to set this up for multiple courses? I'll ping @minrk since from what I've seen you are the one who might know how to do this. Thanks very much.
Activity