mercury
mercury copied to clipboard
Export PDF is not rendering plotly charts
As per title. OS: windows the notebook is not static.
PDF export works but plotly charts are not rendered
Could you please provide minimal code for plotly chart creation (there are several ways to create plotly chart).
import pandas as pd
pd.options.plotting.backend = "plotly"
pd.Series(range(10)).plot()
I am getting an error "Code not rendered" while opening PDFs .Can anyone help me with this error?
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.