-
Notifications
You must be signed in to change notification settings - Fork 85
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
Formgrader 404 (only for "owner") #93
Comments
That's definitely strange that you do not have access to the formgrader anymore. I'm not sure what the cause of that might be... at what path are people accessing the formgrader? Can you provide any command line output from when you try to access it vs. when someone else does? Also, one thing to note is that for multiple graders you do actually still want to use a JupyterHub service. I realize this wasn't very clear before, and have recently updated the nbgrader documentation to be more explicit about this: http://nbgrader.readthedocs.io/en/latest/configuration/jupyterhub_config.html |
Thanks for your quick reply! I managed to find the issue causing the 404. When I started Jupyter from the command line on the server (
Turned out that, for some reason, the
Anyway, when I changed owner ( Anyway, thanks again for the help and keep up the good work with nbgrader :-) Ps. Also, thanks for updating the nbgrader documentation. Our course using jupyterhub/nbgrader has already started, but I'll definitely use the set-up described in the documentation for our next course. |
Hi! First of all, thank you for developing nbgrader (@jhamrick) and this particular jupyterhub deployment! I installed and configured out server to run this deployment a while ago, and everything worked smoothly (including the formgrader). However, after rebooting the server, suddenty I'm unable to access the formgrader (404 error). Interestingly, as the "owner" (as specified in the host_vars file) I'm the only one who cannot access the formgrader; other graders (and even students) can access it.
My set-up is largely the default setup as specified in the master branch of jupyterhub-deploy-teaching, apart from a couple of things.
My
nbgrader_config.py
file (located in~/.jupyter
) looks like the following:My nbextensions are set as follows (output from the command
jupyter nbextension list
):And my
/etc/jupyterhub/jupyterhub_config.py
looks like this:I hope someone can help me because the course is starting soon, and I would love to use the formgrader for manual grading/giving feedback :)
Again, thanks a lot for developing this great tool/deployment scheme, and I'm looking forward to any tips that might help me solve this issue!
-Lukas
The text was updated successfully, but these errors were encountered: