##// END OF EJS Templates
Merge pull request #2175 from minrk/staticfile...
Merge pull request #2175 from minrk/staticfile add FileFindHandler for Notebook static files * The static file handler now uses a search path, instead of a single dir. This allows easier customization of available js/css, and provides a place for extra files to go for extending the notebook. * An empty custom.js / custom.css are added to the templates for trivial custom user styling/scripting. The search only happens once, and the result is cached after the first. * A few methods are pulled from tornado 2.2-dev verbatim to have tornado 2.1 compatibility. * mathjax is now installed by default in profile.
Bussonnier Matthias -
r8044:0eec72e0 merge
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook / static / js
cell.js Loading ...
clusterlist.js Loading ...
codecell.js Loading ...
completer.js Loading ...
contexthint.js Loading ...
custom.js Loading ...
events.js Loading ...
initmathjax.js Loading ...
kernel.js Loading ...
layoutmanager.js Loading ...
loginmain.js Loading ...
loginwidget.js Loading ...
logoutmain.js Loading ...
menubar.js Loading ...
namespace.js Loading ...
notebook.js Loading ...
notebooklist.js Loading ...
notebookmain.js Loading ...
notificationwidget.js Loading ...
outputarea.js Loading ...
page.js Loading ...
pagemain.js Loading ...
pager.js Loading ...
printnotebookmain.js Loading ...
projectdashboardmain.js Loading ...
quickhelp.js Loading ...
savewidget.js Loading ...
textcell.js Loading ...
toolbar.js Loading ...
tooltip.js Loading ...
utils.js Loading ...