There seems to be a new bug in Nikola when building Jupyter notebook pages and using the latest version of nbconvert. [This is the Jupyter library that converts the *.ipynb files to html.]
When I install nbconvert==5.5, it works fine. When I install 6.0, released in September, I get this exception: jinja2.exceptions.TemplateNotFound: basic.tpl That file basic.tpl is found here in the 5.5 installation: ./nbconvert/templates/html/basic.tpl It is missing from the 6.0 installation. In fact, that templates directory is basically empty. It seems the latest release made significant changes to the template system. From looking at the github issues for nbconvert, it seems other people are experiencing this issue also. This issue <https://github.com/jupyter/nbconvert/issues/1451> points to their documentation that talks about customizing templates <https://nbconvert.readthedocs.io/en/latest/customizing.html> but I don't see what needs to be changed to fix this. -Jim <https://nbconvert.readthedocs.io/en/latest/customizing.html> -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAKUYxWKws-Os9Tj-We2Lbu_6dZHByZEahfm_JGSK5f6zFK_h8A%40mail.gmail.com.
