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

nbconvert version 6.0.0 breaks nbgrader feedback #1367

Closed
echuber2 opened this issue Sep 11, 2020 · 2 comments · Fixed by #1369
Closed

nbconvert version 6.0.0 breaks nbgrader feedback #1367

echuber2 opened this issue Sep 11, 2020 · 2 comments · Fixed by #1369
Assignees
Milestone

Comments

@echuber2
Copy link

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 with HTMLExporter 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.

@echuber2
Copy link
Author

Note: template system "completely revamped" https://nbconvert.readthedocs.io/en/latest/architecture.html#templates

@BertR BertR self-assigned this Sep 14, 2020
@BertR
Copy link
Contributor

BertR commented Sep 14, 2020

Thanks for reporting this @echuber2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants