hi chris,<div><br></div><div>thanks. i've now added an issue which will extend the documentation.</div><div><br></div><div>indeed there is vary basic authentication available and is highly recommended to do this over an SSL connection. <span style="background-color: transparent; ">for security reasons this password cannot be provided on the command line and has to be encoded in the notebook config file.</span></div>

<div><span style="background-color: transparent; "><br></span></div><div><span style="background-color: transparent; ">here is the relevant section from my ipython_notebook_config.py</span></div><div><div><br></div><div>
the documentation for creating the certificate file is on the web.</div>
<div><br></div><div><a href="http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html">http://ipython.org/ipython-doc/dev/interactive/htmlnotebook.html</a></div><div><br></div><div>---</div><div><div># The full path to an SSL/TLS certificate file.</div>

<div>c.IPythonNotebookApp.certfile = u'/users/satra/mycert.pem'</div><div><br></div><div># The FQDN or IP for WebSocket connections. The default will work fine when the</div><div># server is listening on localhost, but this needs to be set if the ip option is</div>

<div># used. It will be used as the hostname part of the WebSocket url:</div><div># ws://hostname/path.</div><div>c.IPythonNotebookApp.ws_hostname = '<a href="http://fullname.mit.edu">fullname.mit.edu</a>'</div><div>

<br></div><div><span style="background-color: transparent; "># The IP address the notebook server will listen on.</span></div><div>c.IPythonNotebookApp.ip = '*'</div><div><br></div><div>c.IPythonNotebookApp.password = u'password'</div>

<div>---</div><div><br></div>cheers,<br><br>satra<br><br>
<br><br><div class="gmail_quote">On Thu, Oct 13, 2011 at 12:02 PM, Chris Kees <span dir="ltr"><<a href="mailto:cekees@gmail.com">cekees@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Did I understand correctly that the notebook can be configured to<br>
require a password? If so, could somebody point me to the<br>
documentation on how to do that? I can't seem to find the correction<br>
option to add to my 'ipython notebook' command. -Chris<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div><br></div></div>