##// END OF EJS Templates
Finalizing fixes to MathJax enhancements...
Finalizing fixes to MathJax enhancements * Cell.prototype.typeset functionality restored * MathJax configuration files back in .js, delayedStartup * Renamed HUB to hub * Removed vestigial comment * Restored Markdown Cell placeholder render functionality

File last commit:

r3408:261328d5
r8662:87b7b8a5
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *