##// END OF EJS Templates
Upgrade default mathjax version....
Upgrade default mathjax version. This also fixes an issue with ```from IPython.external import mathjax; mathjax.install_mathjax()``` not working properly, because of a changed version schema.

File last commit:

r10951:31998f30
r17566:b8a2d02c
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *