You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
Describe the bug
Run test fails with the following error
Traceback (most recent call last): File ".obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py", line 5, in from nbconvert import HTMLExporter File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert_init_.py", line 4, in from .exporters import * File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert\exporters_init_.py", line 3, in from .html import HTMLExporter File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert\exporters\html.py", line 14, in from jinja2 import contextfilter ImportError: cannot import name 'contextfilter' from 'jinja2' (c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\jinja2_init_.py)
Before raising an issue
Yes
Describe the bug
Run test fails with the following error
Traceback (most recent call last): File ".obsidian/plugins/obsidian-jupyter/obsidian-jupyter.py", line 5, in from nbconvert import HTMLExporter File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert_init_.py", line 4, in from .exporters import * File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert\exporters_init_.py", line 3, in from .html import HTMLExporter File "c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\nbconvert\exporters\html.py", line 14, in from jinja2 import contextfilter ImportError: cannot import name 'contextfilter' from 'jinja2' (c:\Dev\726d-CNRC-Demo-Algo\Environments\obsidian-feature-docs\lib\site-packages\jinja2_init_.py)
Same bug as described here d2l-ai/d2l-book#46
Suggest you unpin the version on nbconvert which resolved the issue for me.
Thank you for supporting this tool. Super useful.
The text was updated successfully, but these errors were encountered: