Open daha96 opened 3 years ago
+1 I'm seeing the same thing.
Any updates on this bug? Still facing the same issue here!
Is there any work-around? (My first attempt at using nbpublish led me to this issue.)
@jpgoldberg
I fixed it by changing a .py
file. Go to the file from the python error traceback. And you will need to edit the file and inside the file in a line, where the code is breaking change the extension to .tplx
.
Whatever I have written is from my memory. I shall update this with screenshots, since I don't have my computer with me rn.
Ah. The work-around was described above, and is in this commit: https://github.com/daha96/ipypublish/commit/e3c9421dcfee61f278037c1e4022736cdfb01323
Bug Report
Describe the bug
ipypublish tries to access the
display_priority.tplx
file from nbpconvert inoutline_schemas/latex_outline.latex.j2
:These template files were renamed in nbconvert commit f4c7daefe0e24055a92f185d6fd803abf909db2f.
To Reproduce
I used the follwing conda environment:
Minimal Notebook Example
Every notebook can be used for showing the but, even the example notebooks
Expected Behaviour
The exception
is thrown when running
Runtime Information