Closed sthau closed 7 months ago
Hi @sthau, can you please ensure that you are using nbformat 5.7
? pip install "nbformat==5.7"
. With it, you should see a more informative error message.
Hi! Thanks for the quick response. I tried this, and actually got a less informative error message: it gave me the same error as before but with a truly massive string of text afterwords.
Any ideas as to what might be going on without the more informative error?
You can try seeing if that specific preprocecessor is causing issues by using --SVG2PDFPreprocessor.enabled=False
in your command or in a config file as c.SVG2PDFPreprocessor.enabled=False
.
Hi! I'm trying to convert a Julia .ipynb to a PDF, but am getting the following error, saying that the notebook is invalid.
I'm not quite sure how to handle this. Any tips?