In [ ]:
from collections import defaultdict
import numpy as np
from rdkit import Chem
from rdkit.Chem import AllChem,Draw
from rdkit.Chem.Draw import IPythonConsole
IPythonConsole.ipython_3d=True
%pylab inline
from pipelines.utils import load_data
# Load_data loads in all the data placed in the normal places
input_data = load_data()