Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to save jupyter output into a pdf file

I am doing some data science analysis on jupyter and I wonder how to get all the output of my cell saved into a pdf file ?

thanks

like image 647
Cal Avatar asked Jul 29 '16 10:07

Cal


1 Answers

When I want to save a Jupyter Notebook I right click the mouse, select print, then change Destination to Save as PDF. This does not save the analysis outputs though. So if I want to save a regression output, for example, I highlight the output in Jupyter Notebook, right click, print, Save as PDF. This process creates fairly nice looking documents with code, interpretation and graphics all-in-one. There are programs that allow you to save more directly but I haven't been able to get them to work.

like image 175
JCM Avatar answered Nov 15 '22 23:11

JCM