is there a way to fix a failed nbconvert?

Viewed 17

I'm using Jupyter notebook and I'm trying export the ipynb file to pdf via HTML. I installed the pdf converter using:

!pip install -U notebook-as-pdf
!pyppeteer-install

but I'm getting this error message: nbconvert failed: 'application/vnd.jupyter.widget-state+json'

Is there a way to get this fixed?

0 Answers
Related