Merge pull request
#1332 from astraw/alternate-url-prefix...
Merge pull request
#1332 from astraw/alternate-url-prefix
notebook - allow prefixes in URL path.
This closes
#1329. The basic idea is to allow prefixes in the path served. (E.g. serve on
http://localhost:8888/ipython/ instead of
http://localhost:8888/ )
This is useful for running the ipython notebook behind a proxy serving other content at other URLs. In that case, one would also need to proxy the websockets.
Also, clean up some static paths in our html/css files by using template function calls instead of hardcoded paths.