##// END OF EJS Templates
Be more descriptive in error message.
Matthias Bussonnier -
Show More
@@ -1,13 +1,13 b''
1 #!/usr/bin/python
1 #!/usr/bin/python
2 """
2 """
3 `IPython.external.mathjax` is deprecated with IPython 4.0+
3 `IPython.external.mathjax` is deprecated with IPython 4.0+
4
4
5 mathjax is now install by default with the notebook package
5 mathjax is now install by default with the notebook package
6
6
7 """
7 """
8
8
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