mercury icon indicating copy to clipboard operation
mercury copied to clipboard

Export PDF is not rendering plotly charts

Open gioxc88 opened this issue 1 year ago • 4 comments

As per title. OS: windows the notebook is not static.

PDF export works but plotly charts are not rendered

gioxc88 avatar Sep 04 '23 12:09 gioxc88

Could you please provide minimal code for plotly chart creation (there are several ways to create plotly chart).

pplonski avatar Sep 04 '23 12:09 pplonski

import pandas as pd
pd.options.plotting.backend = "plotly"


pd.Series(range(10)).plot()

gioxc88 avatar Sep 04 '23 12:09 gioxc88

I am getting an error "Code not rendered" while opening PDFs .Can anyone help me with this error?

eurekha-kalikiri avatar Sep 05 '23 08:09 eurekha-kalikiri

Hi @eurekha-kalikiri,

Thanks for reporting. I will look into this. Please provide some screenshot with error message and steps description to reproduce the issue.

pplonski avatar Sep 05 '23 08:09 pplonski