Go to file
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
docs/source update reveal docs with recent changes 2013-09-13 11:16:04 -07:00
examples update raw_input in example notebook 2013-08-27 16:01:25 -07:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython add js_extensions_path 2013-09-25 16:24:40 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py add setup.py css command 2013-09-14 12:24:57 -07:00
setupbase.py Merge pull request #4207 from minrk/setup-css 2013-09-20 11:57:28 -07:00