Hi, I have a jupyter note book that has a number of cells with embedded HTML tables that look like this:
<table width='750px', align='left'> <tr> <td> <p style='font-family:courier'> some text here </p> </td> </tr> </table> When I run jupyter nbconvert --to pdf mynotebook.ipynb it fails to render the HTML tables at all. I end up with text that looks like: apache: # ID declaration pkg: # state declaration - installed # function declaration Rather than a table with one element that has three spaced lines in it. I'm running this on an Ubuntu 14.04 system. Any help appreciated. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/7f2f6a6f-923b-4df7-b62e-3af037773f57%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
