##// 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
Matthias BUSSONNIER
use argparse to make most of the parameters configurable
r8682 #!/usr/bin/python
MinRK
Add utility function for installing mathjax for offline use...
r4652 """
Matthias Bussonnier
remove mathjax utils...
r21604 `IPython.external.mathjax` is deprecated with IPython 4.0+
Mark Sienkiewicz at STScI
mods to install mathjax from an explicitly downloaded tar or zip file
r8154
Matthias Bussonnier
remove mathjax utils...
r21604 mathjax is now install by default with the notebook package
Mark Sienkiewicz at STScI
mods to install mathjax from an explicitly downloaded tar or zip file
r8154
Matthias Bussonnier
remove mathjax utils...
r21604 """
Matthias BUSSONNIER
use argparse to make most of the parameters configurable
r8682
Matthias Bussonnier
remove mathjax utils...
r21604 import sys
Mark Sienkiewicz at STScI
mods to install mathjax from an explicitly downloaded tar or zip file
r8154
if __name__ == '__main__' :
Matthias Bussonnier
remove mathjax utils...
r21604 sys.exit("IPython.external.mathjax is deprecated")
MinRK
Add utility function for installing mathjax for offline use...
r4652