jupyter / nbgrader

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

Use nbgrader with Jupyterhub Authenticator "NativeAuthenticator" possible? #1793

Closed cablesky closed 8 months ago

cablesky commented 1 year ago

Is there a way to run nbgrader with jupyterhub authenticator "NativeAuthenticator" too? The NativeAuthenticator creates a directory for each registered student in a /home directory, e.g. /home/student1 or /home/student2. Can nbgrader use this directory structure, e.g. to fill the student directory?

tuncbkose commented 1 year ago

I am not sure what you have in mind. Shouldn't the student servers launched by JupyterHub have /home/student-x as the base directory? (I have never configured Hub, so maybe this is not the case by default, but then I don't see why those directories are created). So I would expect nbgrader should just work as you want it to.

brichet commented 8 months ago

I'm closing it as solved.

Feel free to reopen it if it is still an issue.