##// END OF EJS Templates
remove mathjax utils...
remove mathjax utils Mathjax is now part of notebook. closes #8735

File last commit:

r21604:9e57dd29
r21604:9e57dd29
Show More
mathjax.py
13 lines | 245 B | text/x-python | PythonLexer
#!/usr/bin/python
"""
`IPython.external.mathjax` is deprecated with IPython 4.0+
mathjax is now install by default with the notebook package
"""
import sys
if __name__ == '__main__' :
sys.exit("IPython.external.mathjax is deprecated")