Skip to content

Using nbgrader and jupyterhub for multiple classes #881

Closed

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions