Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables Not Displayed in Export to PDF #8099

Open
JohnOmernik opened this issue Jul 29, 2019 · 1 comment
Open

Tables Not Displayed in Export to PDF #8099

JohnOmernik opened this issue Jul 29, 2019 · 1 comment

Comments

@JohnOmernik
Copy link

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?

@piorek
Copy link
Contributor

piorek commented Aug 20, 2019

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:

jupyter/nbconvert#920
jupyter/nbconvert#900
jupyter/nbconvert#901

@piorek piorek removed their assignment Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants