jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

Cannot find file `deploy_formgrade.yml`. #98

Open dmmfll opened 6 years ago

dmmfll commented 6 years ago

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.

pvanheus commented 6 years ago

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 f17be92266cf00c660b796c4e341693c61434686 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.

KatherineGuerrero commented 6 years ago

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