##// END OF EJS Templates
Fix typo spotted by @takluyver.
Fernando Perez -
Show More
@@ -258,7 +258,7 b' You can then add this to your :file:`ipython_notebook_config.py`, e.g.::'
258 c.NotebookApp.password = u'sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed'
258 c.NotebookApp.password = u'sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed'
259
259
260 When using a password, it is a good idea to also use SSL, so that your password
260 When using a password, it is a good idea to also use SSL, so that your password
261 is not sent unencripted by your browser. You can start the notebook to
261 is not sent unencrypted by your browser. You can start the notebook to
262 communicate via a secure protocol mode using a self-signed certificate by
262 communicate via a secure protocol mode using a self-signed certificate by
263 typing::
263 typing::
264
264
General Comments 0
You need to be logged in to leave comments. Login now