[IPython-User] [Re] : notebook custom url path "webapp_settings"
Massimo Di Stefano
massimodisasha@gmail....
Thu Jun 14 08:21:05 CDT 2012
Hi All,
I'm tring to follow the instruction i foud here :
http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html#running-with-a-different-url-prefix
in order to run the notebook with a different prefix, so that i will be able to run a specific profile_prefix and it will run from that directory (in order to find some notebooks file and some .py scripts)
in my configuration file i added this line
c.NotebookApp.base_project_url = '/ipython/'
c.NotebookApp.base_kernel_url = '/ipython/'
c.NotebookApp.webapp_settings = {"static_path" : "/tmp/static"}
then i copied the static folder from :
/usr/local/lib/python2.7/dist-packages/IPython/frontend/html/notebook/static
but seems soemthing is wrong, see my previouse message to the list :
[1] http://mail.scipy.org/pipermail/ipython-user/2012-June/010387.html
have you any clue on how to debug my problem ?
Thanks!
Massimo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20120614/6f1b5e6c/attachment.html
More information about the IPython-User
mailing list