-
Notifications
You must be signed in to change notification settings - Fork 56
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
HTML output fails due to lxml change #348
Comments
Sorry, I'm not great with conda/python, is there an easy way to just add lxml[html_clean] to requirements.txt for now until its fixed on github? |
You have three options I think @yesitsjess :
|
I am still having this issue using v0.3.0 installed from pip in a fresh conda environment with python 3.7. I did
Should I just install the dev version? Thanks! |
I have the same issue, any updates on how to handle this? |
The problem is in the filter names, they are incorrect. I tried downgrading some package versions, but nothing solved it. So eventually I decided to change the base.html.j2 and index.html.j2 templates. This solved the issue for me.
|
Hi @sjfleming Could you take a look at this? ty! Could you tell me what file I have to modify and how? |
Hi @sjfleming, I`ve installed cellbender with conda (python3.7) and pip, having the exact same issue. Is there any solutions? what can I do to fix this? Thanks in advance! |
Upgrade cellbender to 0.3.2 solved this problem for me |
Jupyter's
nbconvert
, which we use to generate an HTML report from jupyter notebook template, recently runs intohttps://www.mail-archive.com/[email protected]/msg1964938.html
Putting
lxml_html_clean
into requirements.txt resolves the issue.The text was updated successfully, but these errors were encountered: