I use ipython notebook on the browser of my laptop that connects to a remote ipython notebook server in my office. The problem is that if the network is down for a very short period, the connection will be closed. Then to reconnect to the server, I "just" need to refresh the browser, but which is actually quite annoying if the size of the notebook is large.
The question is can I increase the connection timeout (just like such options for ssh-server), so that the connection is not lost at all even if the network is down for a short time.