##// END OF EJS Templates
allow the notebook to run without MathJax...
allow the notebook to run without MathJax * add `--no-mathjax` flag for disabling mathjax in the notebook server * A jQuery dialog with our 'no mathjax' message will appear if mathjax is unavailable, but the notebook will be fully functional after dismissal. * Various calls to MathJax.Hub.typeset moved to Cell.typeset, which checks for MathJax existence and is a no-op without it. closes #1071
MinRK -
r5547:ef48cc07
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / engine
__init__.py Loading ...
engine.py Loading ...
kernelstarter.py Loading ...
streamkernel.py Loading ...