dexplo / dataframe_image

A python package for embedding pandas DataFrames as images into pdf and markdown documents
https://dexplo.org/dataframe_image
MIT License
282 stars 41 forks source link

Export to pdf using browser will not export markdown table correctly #54

Closed PaleNeutron closed 2 years ago

PaleNeutron commented 2 years ago

These components will not rendered current now,until nbconvert release 7.1

[
    "strikethrough",
    "table",
    "url",
    "task_lists",
    "def_list",
]

Refer to :

User could install the develop version of nbconvert to solve this problem.

pip install git+https://github.com/jupyter/nbconvert
PaleNeutron commented 2 years ago

7.1 released, close