-
Notifications
You must be signed in to change notification settings - Fork 317
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
KeyError when calling nbgrader feedback
#1158
Comments
What version of nbconvert are you using? (You can find out with For context: there are some issues with the current version of nbconvert that cause errors with nbgrader, which are fixed on the master version of nbconvert but which have not yet been released yet. |
(See also: jupyter/nbconvert#1022) |
Thanks! I was running nbconvert 5.5.0 and installing version 5.4.1 solved my problem. |
Hello everyone, I'm facing exactly the same issue described by @b-stone (also running Many Thanks! |
Hi all, Just to give you a quick update on this. The fix proposed by @jhamrick (i.e., downgrading Thanks, |
This should now be fixed in nbconvert 5.6, so I am going to close this issue. |
I am having an issue when trying to create the feedback of graded assignments. Basically I am getting a KeyError every time I try.
Operating system
MacOS 10.13.6
nbgrader --version
v 0.5.5
jupyterhub --version
(if used with JupyterHub)Not using JupyterHub
jupyter notebook --version
v 5.7.8
Expected behavior
Feedback html files should be created in the
feedback/
directory whennbgrader feedback ps1
is called.Actual behavior
I get the following error and the empty
/feedback/stu1/
directory is created. Here is the beginning and end of the error.Steps to reproduce the behavior
pip install 'SQLAlchemy==1.2.18'
according to the issues discussions.nbgrader quickstart test_course
command to create a course./tmp/exchange
directory and modified the config file as per the documentation.nbgrader assign ps1
./submitted/stu1/ps1/
via terminal and copied the released assignments (untouched) into this directory.ps1
.nbgrader feedback ps1
I get the above error.Not sure what I am doing wrong, but any help will be appreciated. Of course if you want the whole error report, I can post it.
The text was updated successfully, but these errors were encountered: