##// END OF EJS Templates
Be more descriptive in error message.
Matthias Bussonnier -
Show More
@@ -9,5 +9,5 b' mathjax is now install by default with the notebook package'
9 import sys
9 import sys
10
10
11 if __name__ == '__main__' :
11 if __name__ == '__main__' :
12 sys.exit("IPython.external.mathjax is deprecated")
12 sys.exit("IPython.external.mathjax is deprecated, Mathjax is now installed by default with the notebook package")
13
13
General Comments 0
You need to be logged in to leave comments. Login now