man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

pdf report generation broken in python 3.8 #166

Closed marcinapostoluk closed 4 months ago

marcinapostoluk commented 6 months ago

In python 3.8 pdf reports are not showing correct charts but instead their string versions

jonbannister commented 4 months ago

@marcinapostoluk could we get a minimal reproducible example please?

marcinapostoluk commented 4 months ago

I ran several tests and this one was actually OK. Got mislead as our users use HTMLJinjaTableBlock from pybloqs that doesn't render well in pdf but they care about nice emails (showing dataframes). It works the same as it did before the upgrade so all good.