-
Notifications
You must be signed in to change notification settings - Fork 320
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
Released assignment is not visible for student in assignments tab #578
Comments
Just to clarify, the screenshot you're showing is after you have fetched it from the command line (i.e. it is showing nbgrader working correctly)? |
Yes, exactly. First I tried to fetch it with the UI (but all groups were empty) and then I fetched it manually (and now there are some entries). |
Hmm. Are there any errors in the javascript console? It looks like you're using JupyterHub from the screenshot -- can you try manually running the notebook from the command line and then seeing also if there are any errors in the log messages? |
Yes, I am using JupyterHub and I get no error in the jupyterhub output and also no error in my browsers JS console :/ |
Sorry, I meant the output from the notebook server itself, rather than JupyterHub -- I don't think there is an easy way to access this when running the notebook server through JupyterHub, which is why I suggested running it manually from the command line (i.e. with |
If I use the |
What is your JupyterHub config? It's possible that might be causing issues -- see https://groups.google.com/forum/#!topic/jupyter-education/VBd9nhq2crs for an example where someone else had a similar problem. |
ok thanks for the link. I have the same problem, but in my case
|
The current version of |
Oh thanks. Would you recommend to stick to the master version or wait for the latest to be released on pip? I have to set it up till march, so there would be enough time left. Maybe it works with the latest version... One big change of the new version is that it can be easily installed for all (Jupiterhub) users with a single command, right? |
Yes, it is much easier to install for all users on JupyterHub using the master version. I am working on getting a new release ready for 0.4.0 in the next few weeks, so I'd recommend using master for now (just so you can make sure everything in your deployment is working with the most recent stuff) and then by the time your class starts there will be a new release to use. |
Also, after updating everything and installing the nbextensions again, are you still seeing the same issue (where no assignments are appearing)? |
I don't know. We have hardware problems with our server, so I am not able to use/try it yet :/ |
Ok, let me know when you get that sorted out if you are still having problems! |
I will close the issue now and reopen it, if this also happens with the new release. |
Hello, for what it is worth, it seems this bug / the missing assingment tab display bug #573 is still not fully cured (compare https://groups.google.com/forum/#!msg/jupyter-education/VBd9nhq2crs/F3qPy0kXBAAJ). With current installation, we again have perhaps 10% of our students not getting the assignment tab displayed. As this is a class of > 550 students, that's still quite inconvenient. Command-line access to assingments seems to work, but is not easy to explain. Setting Best, Holger Config:
jupyterhub_config.py
|
Hmm. I am not sure why the issue would only affect 10% of students... it sounds like maybe there is a race condition somewhere. I am reopening this so we can track it. |
System: Jupyterhub + nbgrade (newest version)
I released an new assignment (to
/srv/nbgrader/exchange
), but a test-student is not able to see it in the assignment tab. If I download it manually (nbgrader fetch assignment_1 --course=SMA
) it works and I am also able to submit it...It's also there if I run
nbgrade list
in a students terminal. This behaviour is strange, isn't it?The text was updated successfully, but these errors were encountered: