79224637

Date: 2024-11-25 21:29:10
Score: 0.5
Natty:
Report link

I had nbconvert and Latex kits installed but nbconvert didn't have access to the templates and dependencies it needed.

I was able to circumvent that by explicitly running the terminal command jupyter nbconvert --to webpdf /.../notebook_name.ipynb (I needed to playwright install chromium for that to work).

However, for a long-term automated fix I tried:

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NGWi