##// END OF EJS Templates
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.

File last commit:

r1261:a818e11a merge
r6012:69c627ca merge
Show More
README.txt
14 lines | 479 B | text/plain | TextLexer
Current version information
---------------------------
Please open manual.pdf for a PDF version of IPython's user manual, or go to
the manual/ directory for an HTML version.
Bugs and future developments
----------------------------
The new_design.pdf document is a description of the goals for IPython's future
development. It includes a TODO/bugs section listing all currently known bugs
in IPython. Please report any bug you encounter if it is not already listed
there.