[IPython-User] opening notebook remotely
Jean-Louis 'Hans' Fuchs
jean-louis.fuchs@adfinis-sygroup...
Wed Dec 5 02:43:39 CST 2012
Hi
Using ssh is a neat and secure solution:
ssh -L8888:localhost:8888 hostRunningNotebook
-> open http://localhost:8888 as if it would run locally.
This way the notebook can keep listening on localhost only.
Best,
Jean-Louis
On 2012-12-04 19:53:02 +0000, Matthias BUSSONNIER said:
>
> Le 4 déc. 2012 à 20:39, Abhishek Pratap a écrit :
>
>> Hi Guys
>>
>> quick question. opening a notebook on the same server with
>> localhost:8888 works fine. I was wondering if I wanted to open another
>> instance on a different machine I tries the following
>> ip-of-machine(where ipython is running):8888 but it doesnt seem to work.
>
> do You listen on external IP ? '*'
> you should see
>
> [NotebookApp] The IPython Notebook is running at: http://[all ip on
> your system]:8888/
> Instead of
> [NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
> when starting.
> if you do so, don't forget to put a password and run it over https.
--
Adfinis SyGroup AG
Jean-Louis 'Hans' Fuchs, Software Engineer
Keltenstrasse 98 | CH-3018 Bern
Tel.: +41 31 550 31 11
More information about the IPython-User
mailing list