Dear all,

I tried to reproduce the workflow in the recent blog post by Greg
https://greglandrum.github.io/rdkit-blog/conformers/exploration/2021/02/22/etkdg-and-distance-constraints.html

and everything was running fine up to

IPythonConsole.drawMol3D(m,confId=cids[1])

that returned:

AttributeError Traceback (most recent call last)
<ipython-input-4-abde4476d009> in <module>
----> 1 IPythonConsole.drawMol3D(m,confId=cids[1])

~\Anaconda3\envs\rdkit3\lib\site-packages\rdkit\Chem\Draw\IPythonConsole.py in drawMol3D(m, view, confId, drawAs, bgColor, size)
     71     size = molSize_3d
     72   if view is None:
---> 73     view = py3Dmol.view(width=size[0], height=size[1])
     74   view.removeAllModels()
     75   try:

AttributeError: module 'py3Dmol' has no attribute 'view'

I am using a freshly installed rdkit 2020.09.4 from conda under windows.
Is there something I can do to see the 3D structure?

Best,

Jean-Marc Nuzillard



_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to