Re: [Rdkit-discuss] jupyter cracked when drawing with "abnormal" operation of rdMolDraw2D

2017-02-17 Thread Greg Landrum
Hi, On Fri, Feb 17, 2017 at 6:31 AM, 杨弘宾 wrote: > Hi, everyone, > I want to draw two molecules in a svg file with rdMolDraw2D. When I > executed the following code, the jupyter cracked without any error or > warning. > ``` > drawer = rdMolDraw2D.MolDraw2DSVG(400,400) >

Re: [Rdkit-discuss] jupyter cracked when drawing with "abnormal" operation of rdMolDraw2D

2017-02-17 Thread 杨弘宾
Hi, greg,    DrawMolecules did not work in my compute, I guess it is a future feature from my version (v2016.3.1), isn't it?     And I tried your second suggestion but it still cracked.  Maybe the old version of MolDraw2D is buggy.     The following are fake compouns for test, and each one

Re: [Rdkit-discuss] jupyter cracked when drawing with "abnormal" operation of rdMolDraw2D

2017-02-17 Thread Greg Landrum
On Sat, 18 Feb 2017 at 07:48, 杨弘宾 wrote: > Hi, greg, > DrawMolecules did not work in my compute, I guess it is a future > feature from my version (v2016.3.1), isn't it? > So you are using 2016.03.1? If so: can you update to a newer version like 2016.09.4? -greg