Last active
December 19, 2018 14:52
-
-
Save kirkdotcam/daf2dc29c7cd3fbdef321a437812c28b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from rdkit import Chem | |
from rdkit.Chem import Draw | |
from rdkit.Chem.Draw import IPythonConsole | |
from libs.rdkit_io import inchi_to_mol_file | |
import pandas as pd | |
import requests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment