QuantEcon / lecture-python

Source files for https://python.quantecon.org
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

Add interpolation from conda-forge #303

Open mmcky opened 3 years ago

mmcky commented 3 years ago

interpolation package 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
mmcky commented 3 years ago

@jstac we would need to specify the conda-forge channel for the interpolation package so I don't really see a lot of benefit in making the change. What do you think?