Instructions for installation with Jupyter Hub from scratch #1832
Replies: 2 comments 1 reply
-
Hi @joebathelt, don't have a tutorial at hand, but have set up a JupyterHub with Nbgrader and LMS (Moodle,...) integration during past months. All config files and install instructions are available online in form of a Podman/Docker image. So you may get some ideas how configuration could look like: Ananke GitHub repo. Good starting is the file You find my email in the docs. If you have concrete question about your setup don't hesistate to mail me. Beste regards, Jens |
Beta Was this translation helpful? Give feedback.
-
Note that the Using nbgrader with JupyterHub documentation page is quite outdated. For example, the format of c.JupyterHub.load_groups = {
'groupname': {
'users': ['usernames'],
'properties': {'key': 'value'},
},
} |
Beta Was this translation helpful? Give feedback.
-
Hello nbgrader community,
I'm grateful for your efforts in developing this valuable tool. I've recently become the instructor for a course that previously employed nbgrader. However, I found that the existing setup was non-functional, prompting me to begin anew. Despite dedicating numerous hours attempting various configurations of Jupyter Hub and nbgrader, I've had little success.
Could you point me towards a current tutorial detailing the complete setup procedure, including the advised distribution and setup for Jupyter Hub?
Thank you for your help!
Best,
Joe
Beta Was this translation helpful? Give feedback.
All reactions