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 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.
The text was updated successfully, but these errors were encountered:
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!
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.The text was updated successfully, but these errors were encountered: