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

Handle long-running computation use case #113

Open
vertexcite opened this issue Aug 5, 2017 · 2 comments
Open

Handle long-running computation use case #113

vertexcite opened this issue Aug 5, 2017 · 2 comments

Comments

@vertexcite
Copy link

If a computation will run for a long time, it would be good to be able to disconnect the browser, and reconnect later, and see any output produced during that time (Similar issue for Jupyter see jupyter/notebook#1647 ).

This is especially applicable if you are running the server on a separate computer (e.g. cloud host with GPU), and you don't want to have to keep the client computer (e.g. your laptop) on and connected the whole time the server is computing.

@NickSeagull
Copy link
Member

Great, thanks for the idea!

@harveyslash
Copy link

Somebody mentioned using a proxy browser to communicate to jupyter (those will keep a constant connection) and then using a local machine to see the contents. Are there any tools/projects that can allow this? I am unable to find anything that would allow me to do that.

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

No branches or pull requests

3 participants