rdkit-tutorials
rdkit-tutorials copied to clipboard
Tutorials to learn how to work with the RDKit
In Jupyter, it's now quite easy to *display* beautiful .svg-based renderings of molecules and molecule grids. I've been unable to figure out how to save the beautiful .svg files in...
hi i get this when trying to run the tutorial, what to we need to install rdkit in google collab ? thinks ImportError Traceback (most recent call last) in ()...
Just discovered that Travis is broken on master branch from #7 and verified on my forked copy https://travis-ci.org/hsiaoyi0504/rdkit-tutorials/builds/318822113. Therefore, I fix the issue through this. This travis is passed now:...
I only now took the time to finish this.
I was working on this [notebook tutorial](https://github.com/rdkit/rdkit-tutorials/blob/master/notebooks/001_ReadingMolecules1.ipynb). I tried this step 'm = Chem.MolFromSmiles('COc1ccc2c(c1)[nH]c(n2)[S@@](=O)Cc1ncc(c(c1C)OC)C')' 'm' --------------------------------------------------------------------------- Exception Traceback (most recent call last) /usr/local/lib/python2.7/dist-packages/IPython/core/formatters.pyc in __call__(self, obj) 309 method = get_real_method(obj,...