##// END OF EJS Templates
Merge pull request #1077 from minrk/nb...
Merge pull request #1077 from minrk/nb allow the notebook to run without MathJax adds --no-mathjax flag for disabling mathjax, and moves the mathjax URL decision to the server from the browser. closes #1071

File last commit:

r3408:261328d5
r5575:00404468 merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from guid import *
except ImportError:
from _guid import *