You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
[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:
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?
The text was updated successfully, but these errors were encountered: