jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server

Home Page:http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find file `deploy_formgrade.yml`.

dmmfll opened this issue · comments

First, thank you for creating this repository.

I set up an instance of JupyterHub on a Linode instance.

I have successfully started JupyterHub, and I am able to log in as an admin.

I want to use nbgrader and am blocked at the Deploy formgrade section.

I cannot find an example of the deploy_formgrade.yml file to edit, and don't know how or if I am supposed to create it.

And I don't know if nbgrader is installed or how to use it.

Thank you in advance for your suggestions on how to continue.

I think the documentation hasn't kept up with the changes in the code because I find the same problem. When I look at older code on github I see the deploy_formgrade.yml file and it essentially runs a formgrader role. This role was removed by commit f17be92 by @ellisonbg which seems to be part of re-organising things away from the formgrade role. The current docs reference to setting up nbgrader manually on the command line but do not specify where the nbgrader_config.py file should be placed.

I have the same problem! Have you found a solution or at least where should nbgrader_config.py be placed?