[IPython-User] how to setup python notebook to run on a local network
Thomas Kluyver
takowl@gmail....
Sun Oct 30 13:25:24 CDT 2011
On 30 October 2011 18:01, Fernando Perez <fperez.net@gmail.com> wrote:
> You need to also set up the websocket hostname:
>
> ipython notebook --pylab=inline --ip='192.168.1.130'
> --ws-hostname="your hostname here"
>
> Where the hostname is the actual way clients will connect to it. It
> may be identical to your IP (likely in the case of a 192.168 address)
> or it may be an actual public name if the computer is addressable on
> the open internet.
>
Is it easy/safe/worthwhile to automate this, so ws-hostname defaults to the
IP address specified? Or does it find the computer's hostname for the
default?
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20111030/5e453d1a/attachment.html
More information about the IPython-User
mailing list