Skip to content

Commit

Permalink
Add note to docs about problems with proxy for HTML notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 27, 2011
1 parent e8e303e commit cd46835
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/interactive/htmlnotebook.txt
Expand Up @@ -254,6 +254,17 @@ protocol mode using a self-signed certificate by typing::

$ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem

Known Issues
============

When behind a proxy, especially if your system or browser is set to autodetect
the proxy, the html notebook might fail to connect to the server's websockets,
and present you with a warning at startup. In this case, you need to configure
your system not to use the proxy for the server's address.

In Firefox, for example, go to the Preferences panel, Advanced section,
Network tab, click 'Settings...', and add the address of the notebook server
to the 'No proxy for' field.

Notebook document format
========================
Expand Down

0 comments on commit cd46835

Please sign in to comment.