From 9eb463c9fc7d60867437080f5df25cb973d82b5c 2013-10-03 11:35:21 From: ahmadia Date: 2013-10-03 11:35:21 Subject: [PATCH] fix mathjax download url to new GitHub format --- diff --git a/IPython/external/mathjax.py b/IPython/external/mathjax.py index a77ba71..24e1e8e 100644 --- a/IPython/external/mathjax.py +++ b/IPython/external/mathjax.py @@ -164,7 +164,7 @@ def install_mathjax(tag='v2.2', dest=default_dest, replace=False, file=None, ext if file is None: # download mathjax - mathjax_url = "https://github.com/mathjax/MathJax/tarball/%s" % tag + mathjax_url = "https://github.com/mathjax/MathJax/archive/%s.tar.gz" %tag print "Downloading mathjax source from %s" % mathjax_url response = urllib2.urlopen(mathjax_url) file = response.fp