##// 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 / frontend / html / notebook / static / js
cell.js Loading ...
codecell.js Loading ...
kernel.js Loading ...
kernelstatus.js Loading ...
layout.js Loading ...
leftpanel.js Loading ...
loginmain.js Loading ...
loginwidget.js Loading ...
namespace.js Loading ...
notebook.js Loading ...
notebooklist.js Loading ...
notebookmain.js Loading ...
pager.js Loading ...
panelsection.js Loading ...
printwidget.js Loading ...
projectdashboardmain.js Loading ...
quickhelp.js Loading ...
savewidget.js Loading ...
textcell.js Loading ...
utils.js Loading ...