Open BexTuychiev opened 1 year ago
Hi there,
Sorry for not getting back to you sooner. I've actually seen that our tests are now failing only on windows with this issue. It seems to be due to:
I don't have a windows so can't test this and can't find anything around the web on it but will keep searching this week and try to get fixed.
Mark
I was having this problem in 0.2.13 on Windows. The subprocess call to chrome.exe to take the screenshot was creating an empty PNG image, but I was able to fix that by taking lines 115-126 out of the context manager block in _screenshot.py.
This made the image come out larger than 0KB, and fixes the downstream issue.
@mjam03 Created PR https://github.com/dexplo/jupyter_to_medium/pull/79
I can't push a notebook to Medium because of the following error:
What might be the reason for this? Plots (I do have some from Seaborn). The problem is only with that notebook, other notebooks are pushing fine. Here is a link to the notebook.
@tdpetrou, can you please take a look if you have time?