Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access notebook server of formgrader user #381

Merged
merged 5 commits into from
Aug 23, 2015

Conversation

jhamrick
Copy link
Member

When using the formgrader with JupyterHub, you can specify the path to the autograded notebook files. However, this only really allows one grader to be able to access these notebooks. What would be nice is if any grader could access the notebook files.

This PR makes it possible by allowing any grader to access the notebook server of a specified "formgrader user". This requires that admin access be enabled in JupyterHub, and that the user whose token the formgrader is using is an admin user. Ideally, the "formgrader user" would not be an admin user, and should probably not even be a real account -- it should be a user specifically created for running nbgrader.

@jhamrick jhamrick added this to the 0.3.0 milestone Aug 22, 2015
jhamrick added a commit that referenced this pull request Aug 23, 2015
Access notebook server of formgrader user
@jhamrick jhamrick merged commit 7cd5219 into jupyter:master Aug 23, 2015
@jhamrick jhamrick deleted the notebook-server-user branch August 23, 2015 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant