[IPython-dev] ipython on webfaction hosting

Brian Granger ellisonbg at gmail.com
Wed Jun 20 22:17:25 EDT 2012


I think you need to set the following config variables:

--NotebookApp.base_kernel_url=<Unicode>
    Default: '/'
    The base URL for the kernel server
--NotebookApp.base_project_url=<Unicode>
    Default: '/'
    The base URL for the notebook server

In either the command line or terminal:

ipython notebook
--NotebookApp.base_project_url=http://geohab.org/ipython/
--NotebookApp.base_kernel_url=http://geohab.org/ipython/

Cheers,

Brian

On Wed, Jun 20, 2012 at 7:03 PM, Massimo Di Stefano
<massimodisasha at gmail.com> wrote:
> Hi All,
>
> is anyone familiar with webfaction [1] ?
>
> it is a web-hosting service .. i'm tring to run the ipython notebook from it but something is going wrong.
>
> i sent already a mail to the suppport, but i was wondering if someone here knows how to fix it.
>
>
>
> the link to the notebook is :
>
> http://geohab.org/ipython
>
> i can see the page is loaded but is not able to load the application ... something is going wrong.
> all the js and css files are not loaded.
>
>
> trying to understand what's going on …
>
> using firefox : if i click on the text on the top "Ipython Notebook"
>
> it should point to the same page, instead is going back to the web-root : http://geohab.org
>
> have you any clue on what i should do in order to have it running properly ?
>
> many thanks!
>
> Massimo.
>
>
> [1]  http://www.webfaction.com/
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list