We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically, nbconvert version 6.0.0 breaks nbgrader's generate_feedback. Need to pin nbconvert to 5.6.1 for now for compatibility.
generate_feedback
nbgrader --version
Python version 3.8.5 | packaged by conda-forge | (default, Aug 29 2020, 01:22:49) [GCC 7.5.0] nbgrader version 0.6.1
jupyter notebook --version
6.1.3
Should be able to run generate_feedback
Can't run generate_feedback -- incompatibility with HTMLExporter from latest nbconvert (versions 6 and later)
HTMLExporter
Downgrading nbconvert to 5.6.1 resolves the issue.
Try using generate_feedback with nbconvert 6.0.0 or later installed. Note that these were in pre-release until just yesterday.
The text was updated successfully, but these errors were encountered:
Note: template system "completely revamped" https://nbconvert.readthedocs.io/en/latest/architecture.html#templates
Sorry, something went wrong.
Thanks for reporting this @echuber2
Backport PR #1369: Pin nbconvert to 5.6.1, traitlets to 4.3.3 and pyt…
712de0d
…est to <6.0.0 Fixes #1367
BertR
Successfully merging a pull request may close this issue.
Basically, nbconvert version 6.0.0 breaks nbgrader's
generate_feedback
. Need to pin nbconvert to 5.6.1 for now for compatibility.nbgrader --version
Python version 3.8.5 | packaged by conda-forge | (default, Aug 29 2020, 01:22:49)
[GCC 7.5.0]
nbgrader version 0.6.1
jupyter notebook --version
6.1.3
Expected behavior
Should be able to run
generate_feedback
Actual behavior
Can't run
generate_feedback
-- incompatibility withHTMLExporter
from latest nbconvert (versions 6 and later)Downgrading nbconvert to 5.6.1 resolves the issue.
Steps to reproduce the behavior
Try using
generate_feedback
with nbconvert 6.0.0 or later installed. Note that these were in pre-release until just yesterday.The text was updated successfully, but these errors were encountered: