lecture-python icon indicating copy to clipboard operation
lecture-python copied to clipboard

Add interpolation from conda-forge

Open mmcky opened this issue 4 years ago • 1 comments

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 avatar Dec 30 '20 23:12 mmcky

@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?

mmcky avatar Feb 09 '21 00:02 mmcky