<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1487453649236_7231">I convert my notebooks to Resturctured text in the following way:</div><div id="yui_3_16_0_ym19_1_1487453649236_7231"><br></div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr">ipython nbconvert --to rst ./*.ipynb<br></div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr">Then I use Sphinx to make them to them html pages or pdf pages</div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr">this may be a potential pathway from notebook to pdf.<br></div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1487453649236_7231" dir="ltr">Santosh</div><div class="qtdSeparateBR" id="yui_3_16_0_ym19_1_1487453649236_7232"><br><br></div><div class="yahoo_quoted" id="yui_3_16_0_ym19_1_1487453649236_7236" style="display: block;">  <div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487453649236_7235"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487453649236_7234"> <div dir="ltr" id="yui_3_16_0_ym19_1_1487453649236_7233"> <font size="2" face="Arial" id="yui_3_16_0_ym19_1_1487453649236_7237"> <hr size="1"> <b><span style="font-weight:bold;">From:</span></b> Braun Brelin <bbrelin@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> BayPiggies <baypiggies@python.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, February 18, 2017 11:24 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> [Baypiggies] Converting ipython notebooks to pdf<br> </font> </div> <div class="y_msg_container" id="yui_3_16_0_ym19_1_1487453649236_7238"><br><div id="yiv1084429637"><div dir="ltr" id="yui_3_16_0_ym19_1_1487453649236_7358">Hello all, <div id="yui_3_16_0_ym19_1_1487453649236_7359"><br></div><div id="yui_3_16_0_ym19_1_1487453649236_7360">I have an ipython notebook that I want to convert to PDF.  Mostly it works, except for the embedded HTML tables that I have in the notebook.  The PDF outputter ignore those so I end up with horribly formatted output. </div><div id="yui_3_16_0_ym19_1_1487453649236_7361"><br></div><div id="yui_3_16_0_ym19_1_1487453649236_7362">I tried converting to HTML first, and then PDF, but I'm still not getting any luck.  The HTML output shows the tables like so:</div><div id="yui_3_16_0_ym19_1_1487453649236_7366"><br></div><div><table align='left', width='750px'></div><div><tr></div><div><td></div><div><p style='font-family:courier></div><div>some text here</div><div></p></div><div></td></div><div></tr></div><div></table></div><div> </div><div>But converting it to PDF from the libreoffice convert function doesn't work either. </div><div><br></div><div>Any help appreciated. </div><div><br></div></div></div><br>_______________________________________________<br>Baypiggies mailing list<br><a ymailto="mailto:Baypiggies@python.org" href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>To change your subscription options or unsubscribe:<br><a href="https://mail.python.org/mailman/listinfo/baypiggies" target="_blank">https://mail.python.org/mailman/listinfo/baypiggies</a><br><br></div> </div> </div>  </div></div></body></html>