jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.29k stars 317 forks source link

Missing documentation for c.Exchange.root and c.Exchange.path_includes_course #1808

Open lahwaacz opened 1 year ago

lahwaacz commented 1 year ago

The documentation for Exchanging assignment files has an example containing

c.Exchange.root = "/tmp/exchange"

And Using nbgrader with JupyterHub has an example containing

c.Exchange.path_includes_course = True

However, none of these two settings is described in the documentation off Configuration options and they also don't show up in the output of nbgrader --help-all. I'm wondering what are the default values and how these two options play together, but it seems impossible to find.

shreve commented 10 months ago

Related to and likely solved by https://github.com/jupyter/nbgrader/pull/1761