notebook/IPython
MinRK c85292cf2e add js_extensions_path
serves files in `IPYTHONDIR/js_extensions` at `/js_extensions`.

This is a location for users / devs to drop-in frontend customization as js modules, css, etc.

The model is very much like the extensions dir (hence the name) - it's a location made available, but not loaded by default. You can load things from there with require, etc.

It's a configurable search path, just like static. This way we can define a system-wide location at a later point (/usr/share/ipython/js_extensions?) and still have user installs.
2013-09-25 16:24:40 -07:00
..
html add js_extensions_path 2013-09-25 16:24:40 -07:00
nbconvert/exporters Rebase changes made by hand 2013-09-12 08:33:57 -07:00
qt/console/tests only test --help-all 2013-08-29 17:26:49 -07:00
testing Hopefully fix ordering of output on ShiningPanda 2013-09-24 13:19:26 -07:00
utils/tests Remove most uses of ParametricTestCase 2013-09-03 10:13:49 -07:00