Replies: 1 comment
-
JupyterHub service is a very general concept independent of spawners. The nbgrader service runs jupyterhub-singleuser for the predefined grader user, but without the spawner - that runs the notebook server for a user when they log in to JupyterHub. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got confused about a spawner and a service. Does spawner run jupyterhub-singleuser with some options for each user? what does a service do then? in the demo provided https://github.com/jupyter/nbgrader/tree/main/demos/demo_multiple_classes the service does the same thing.
in the case of using dockerspawner/kubespanwer, is jupyterhub-singleuser called? how?
could anyone give me some hint how I can generalize the demo provided for multiple_classes to docker & kubespawners?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions