Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no cell output after some idle time with remote connection #124

Open
mqk opened this issue Jul 15, 2013 · 1 comment
Open

no cell output after some idle time with remote connection #124

mqk opened this issue Jul 15, 2013 · 1 comment

Comments

@mqk
Copy link

mqk commented Jul 15, 2013

When I use EIN to connect to a remote notebook server, the notebook works just fine initially. However, when I don't touch an open notebook for a while (like maybe 15 minutes, half an hour), and then return to it, newly executed cells no longer produce any output. There's no error message in the buffer or in the notebook, just no output whatsoever. If I kill the buffer and reload the notebook, it usually works again, so the kernel isn't dead. It's just that the remote connection apparently has somehow failed. Note, however, that I can still edit and save the notebook, so it's not like connections are completely broken.

This only happens when accessing notebooks remotely, and doesn't occur when I'm actively using it. My guess is that it's some kind of time out, or something. I'm not using SSL and not using a password.

Any ideas what this is, or how I could go about diagnosing what's going wrong?

Thanks, Mike

@tkf
Copy link
Owner

tkf commented Jul 16, 2013

I have no idea why it does not work. As save works, I think the problem is websocket but I don't know why Emacs looses connection to remote websocket.

Checkout http://tkf.github.io/emacs-ipython-notebook/#reporting-issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants