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
converting: /mnt/c/Users/drago/Documents/jupyter/young/00_core.ipynb
‘HTMLExporter’ object has no attribute ‘template_path’
‘HTMLExporter’ object has no attribute ‘template_path’
When I run 'pip3 install nbdev', it not worked on ubuntu20.04 under wsl2. So I install nbdev by install anaconda first, then use 'conda install -c fastai nbdev', it succeed. and then because of default nbdev version is 0.2.40 in conda, an error "'HTMLExporter' object has no attribute 'template_path'" occured. But 'pip3 install -U nbdev' fixed that.
Strongly suggest everyone should run 'pip3 install -U nbdev' after install nbdev by anaconda.
The text was updated successfully, but these errors were encountered:
as mentioned in https://forums.fast.ai/t/htmlexporter-object-has-no-attribute-template-path/80775
That's because the Anaconda's default nbdev version is 0.2.40
' pip3 install -U nbdev' fixed that.
When I run 'pip3 install nbdev', it not worked on ubuntu20.04 under wsl2. So I install nbdev by install anaconda first, then use 'conda install -c fastai nbdev', it succeed. and then because of default nbdev version is 0.2.40 in conda, an error "'HTMLExporter' object has no attribute 'template_path'" occured. But 'pip3 install -U nbdev' fixed that.
Strongly suggest everyone should run 'pip3 install -U nbdev' after install nbdev by anaconda.
The text was updated successfully, but these errors were encountered: