rdkit / mmpdb

A package to identify matched molecular pairs and use them to predict property changes.
Other
197 stars 55 forks source link

fix jupyter/ipython compatibility #25

Closed msteijaert closed 4 years ago

msteijaert commented 4 years ago

In jupyter (or ipython), from mmpdblib import commandline gives the following error:

AttributeError:` 'OutStream' object has no attribute 'buffer'

This pull request resolves this error

adalke commented 4 years ago

Looks good and reasonable to me. Thanks for the patch!