From fa0c8cb13f7013186348b022893c28c1907cf2fa 2015-08-18 08:22:27 From: Matthias Bussonnier Date: 2015-08-18 08:22:27 Subject: [PATCH] Be more descriptive in error message. --- diff --git a/IPython/external/mathjax.py b/IPython/external/mathjax.py index dea19cd..1b9b809 100644 --- a/IPython/external/mathjax.py +++ b/IPython/external/mathjax.py @@ -9,5 +9,5 @@ mathjax is now install by default with the notebook package import sys if __name__ == '__main__' : - sys.exit("IPython.external.mathjax is deprecated") + sys.exit("IPython.external.mathjax is deprecated, Mathjax is now installed by default with the notebook package")