<div class="gmail_quote">On 30 October 2011 18:01, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com">fperez.net@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":p">You need to also set up the websocket hostname:<br>
<div class="im"><br>
ipython notebook --pylab=inline --ip='192.168.1.130'<br>
</div>--ws-hostname="your hostname here"<br>
<br>
Where the hostname is the actual way clients will connect to it. It<br>
may be identical to your IP (likely in the case of a 192.168 address)<br>
or it may be an actual public name if the computer is addressable on<br>
the open internet.</div></blockquote></div><br>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?<br><br>Thomas<br>