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

Output from cell is lost if front end is disconnected #5424

Closed
John-Jumper opened this issue Mar 25, 2014 · 1 comment
Closed

Output from cell is lost if front end is disconnected #5424

John-Jumper opened this issue Mar 25, 2014 · 1 comment
Milestone

Comments

@John-Jumper
Copy link

I create long-running notebook servers on a remote node and run the front end on my laptop, using SSH port forwarding. This mostly works beautifully and takes the place of screen for me in many cases.

I have a problem when I evaluate a cell that takes a long time (say hours) to finish, and the connection between the front end and the notebook server drops out. In this case, the computation will finish (and even other pending cells will finish), but the stdout and results from the computation are not written into the notebook file. As a result, when I reconnect to the notebook, I am able to see variables (and generally kernel state) that resulted from the computation, but the stdout is lost.

I do not know if it would be challenging, but I would prefer that the outputs (and output number indicators) be written to the notebook file even if the front end is disconnected. This would make IPython even more powerful for interactive job control on remote machines.

Thank you.

@John-Jumper
Copy link
Author

Just notices that this duplicates #4140

@John-Jumper John-Jumper reopened this Mar 25, 2014
@minrk minrk added this to the no action milestone Mar 25, 2014
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