How to convert IPython notebooks to PDF and HTML?

前端 未结 18 1384
有刺的猬
有刺的猬 2020-12-12 10:49

I want to convert my ipython-notebooks to print them, or simply send them in html format. I have noticed that there exists a tool to do that already, nbconvert. Although I h

18条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-12 11:02

    notebook-as-pdfInstall

    python -m pip install notebook-as-pdf pyppeteer-install

    Use it

    You can also use it with nbconvert:

    jupyter-nbconvert --to PDFviaHTML filename.ipynb

    which will create a file called filename.pdf.

    or pip install notebook-as-pdf

    create pdf from notebook jupyter-nbconvert-toPDFviaHTML

提交回复
热议问题