0

I'm wondering if is it possible to generate a pdf file from the output in jupyter notebook. Basically I would like to generate a PDF file based on the cell output. enter image description here

sebikooo
  • 43
  • 1
  • 4
  • Does this answer your question? [how to save the output of a cell in iPython notebook?](https://stackoverflow.com/questions/27994137/how-to-save-the-output-of-a-cell-in-ipython-notebook) – Marioanzas Dec 19 '21 at 15:13
  • https://stackoverflow.com/a/25942111/17713955 check this link. hope it will answer your question – Hussnain Amjad Dec 19 '21 at 15:14

1 Answers1

0

You can use the nbconvert package, but (in my opinion) it is a little clunky to configure. I've had a better experience using Reportlab.

stever
  • 1,232
  • 3
  • 13
  • 21