[interpolation package](https://anaconda.org/conda-forge/interpolation) has been added to `conda forge` so we can use that channel to install ``` !conda install -y quantecon !pip install interpolation ``` should become ``` !conda install -y quantecon !conda install -c conda-forge -y interpolation ```