##// END OF EJS Templates
doc fixes for alternate URL prefix
Andrew Straw -
Show More
@@ -364,13 +364,13 b' The notebook dashboard (i.e. the default landing page with an overview'
364 of all your notebooks) typically lives at a URL path of
364 of all your notebooks) typically lives at a URL path of
365 "http://localhost:8888/". If you want to have it, and the rest of the
365 "http://localhost:8888/". If you want to have it, and the rest of the
366 notebook, live under a sub-directory,
366 notebook, live under a sub-directory,
367 e.g. "http://localhost:8888/ipython/", you can do so with command-line
367 e.g. "http://localhost:8888/ipython/", you can do so with
368 options like these:
368 configuration options like these (see above for instructions about
369 modifying ``ipython_notebook_config.py``)::
369
370
370 $ ipython notebook --NotebookApp.webapp_settings="\
371 c.NotebookApp.base_project_url = '/ipython/'
371 {'base_project_url':'/ipython/', \
372 c.NotebookApp.base_kernel_url = '/ipython/'
372 'base_kernel_url':'/ipython/', \
373 c.NotebookApp.webapp_settings = {'static_url_prefix':'/ipython/static/'}
373 'static_url_prefix':'/ipython/static/'}"
374
374
375 .. _notebook_format:
375 .. _notebook_format:
376
376
General Comments 0
You need to be logged in to leave comments. Login now