useblocks / sphinx-simplepdf

A simple PDF builder for Sphinx documentations
https://sphinx-simplepdf.readthedocs.io
MIT License
36 stars 15 forks source link

Content of pandas table (output of nbsphinx) disappears #31

Open 1kastner opened 1 year ago

1kastner commented 1 year ago

When preparing a documentation with nbsphinx, one can include the output of pandas tables as they are usually embedded into Jupyter Notebooks, like this:

grafik

Under Linux, this table is not shown in the PDF. Well, it is partly shown. The column and row indices show up but the content is gone. There is no text I could mark. This is an example screenshot:

grafik

Some background information on nbsphinx and pandas can be found at https://github.com/spatialaudio/nbsphinx/issues/182.