Samo Turk
Samo Turk
MolsToGridImage by default produces SVG: ```python img = Draw.MolsToGridImage([Chem.MolFromSmiles(x) for x in ['C', 'CO', 'CN']]) print(type(img)) ``` `` You can easily get the SVG data and save the text in...
I only ever used svg data to embed it in html as a part of web services, where it works. I never used it to store actual svg files so...
That's unexpected. What if you write line by line?
This notebook is now sorted out and it passes, but the others are still failing.
Full disclosure, I actually never used dask, I just saw few videos online. Anyway, I guess the idea would be to have an option to load RDKit mols in dask...