volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
713 stars 197 forks source link

Molecules not showing in dataframes #343

Closed mbackenkoehler closed 1 year ago

mbackenkoehler commented 1 year ago

Images are currently not showing in dataframes. See the image in #334 for example.

The fix is to call PandasTools.RenderImagesInAllDataFrames(True).

We need to find all occurences and fix them.

mbackenkoehler commented 1 year ago

Solved by an rdkit update