rgbkrk / ipython-notebook-cookbook

:book: IPython Notebook Cookbook for Deployment via Chef
Apache License 2.0
41 stars 10 forks source link

matplotlib downloads from sourceforge are flaky #13

Closed JasonBoyles closed 9 years ago

JasonBoyles commented 9 years ago

ipython-notebook-cookbook wants to download matplotlib v1.3.1 from sourceforge.

This is flakey and slow at times.

The 1.3.1 tarball is available from github & PyPI, either of which are theoretically more reliable.

Is there a reason to prefer the sourceforge tarball over other sources?

I can submit a patch if other sources are acceptable.

rgbkrk commented 9 years ago

We can swap back over to PyPI. Originally matplotlib was only on sourceforge, until https://github.com/matplotlib/matplotlib/issues/2715.

That was one of those "attempt to change upstream while working with what you have now" moments.

rgbkrk commented 9 years ago

Addressed in f16f216bf6d4f7e33fcebc40be906e5eaa1d7e33#diff-25e5d4a4446ae12a0d6f1162b6160375. Thanks @JasonBoyles!