beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

Tables Not Displayed in Export to PDF

Open JohnOmernik opened this issue 6 years ago • 1 comments

When I export to PDF, the BeakerX tables are not displayed in the output. Is there way, on export, to include these in the PDF, even if it's just a image of the table as currently seen in the notebook?

JohnOmernik avatar Jul 29 '19 14:07 JohnOmernik

When trying to export as PDF im getting:

[I 13:49:21.896 NotebookApp] Writing 44156 bytes to ./notebook.tex
[I 13:49:21.896 NotebookApp] Building PDF
[I 13:49:21.897 NotebookApp] Running xelatex 3 times: ['xelatex', './notebook.tex', '-quiet']
[I 13:49:24.602 NotebookApp] Running bibtex 1 time: ['bibtex', './notebook']
[W 13:49:24.624 NotebookApp] bibtex had problems, most likely because there were no citations
[I 13:49:24.625 NotebookApp] PDF successfully created
[I 14:02:54.726 NotebookApp] Saving file at /doc/python/TableAPI.ipynb
/home/lukasz/miniconda3/envs/beakerx/lib/python3.7/site-packages/nbconvert/filters/datatypefilter.py:41: UserWarning: Your element with mimetype(s) dict_keys(['application/vnd.jupyter.widget-view+json']) is not able to be represented.
  mimetypes=output.keys())

So it looks like it's nbconvert related

UserWarning: Your element with mimetype(s) dict_keys(['application/vnd.jupyter.widget-view+json']) is not able to be represented.
  mimetypes=output.keys())

It looks like there is some ongoing job related to that problem:

https://github.com/jupyter/nbconvert/issues/920 https://github.com/jupyter/nbconvert/pull/900 https://github.com/jupyter/nbconvert/pull/901

piorek avatar Aug 20 '19 12:08 piorek