[Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul . Czodrowski
Dear RDKitter, on my new Windows laptop, I run into this issue: import pandas as pd import rdkit.Chem as Chem from rdkit.Chem import PandasTools = ValueErrorTraceback (most recent call last) ipython-input-6-52de9e808c94 in module() 1 import pandas as pd

Re: [Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul Emsley
On 25/09/14 18:06, paul.czodrow...@merckgroup.com wrote: Dear RDKitter, on my new Windows laptop, I run into this issue: import pandas as pd import rdkit.Chem as Chem from rdkit.Chem import PandasTools = ValueError Traceback (most recent call last) ipython-input-6-52de9e808c94in

Re: [Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul . Czodrowski
height has been deprecated. but, it works! thanks, paul!!! paul From: Paul Emsley pems...@mrc-lmb.cam.ac.uk To: rdkit-discuss@lists.sourceforge.net, Date: 25.09.2014 19:32 Subject:Re: [Rdkit-discuss] PandasTools on Windows iPython notebook On 25/09/14 18:06