Hi all, Could anyone please help me with ideas on how to visualize molecule conformers inside a Jupyter notebook?
I generate the conformers, for example, using: AllChem.EmbedMultipleConfs(mol, numConfs=5) And would like to see them in 3D inside the notebook. I tried using NGLView(https://github.com/nglviewer/nglview), but it only shows what I believe is the first conformer in the molecule. How can I change the conformer shown? or maybe is there a way to convert the conformers to Mol objects? Any idea would be greatly appreciated. Thank you! -- Gustavo Seabra.
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss