notebook conversion to pdf
kleinee opened this issue · 1 comments
kleinee commented
Converting notebook files to PDF on the command line works fine but conversion fails from the notebook interface. Adding c.FilesWriter.build_directory='.'
to the jupyter configuration file as suggested at jupyter/nbconvert#449 to restore earlier default behavior does not fix the problem.
kleinee commented
JUPYTER is really a nice planet! jupyter/notebook#2981 explains that the problem was fixed even before I knew it existed. After running sudo pip3 install -U notebook==5.2.1rc1
pdf exports from the notebook interface work again!