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

Outputs from long-running cell won't be shown without keeping browser tab open #5622

Open
chenaren opened this issue Apr 15, 2014 · 0 comments
Milestone

Comments

@chenaren
Copy link

IPython version: 2.0.0
Steps to reproduce:

  1. Create a notebook

  2. Create a cell containing

     import time
     time.sleep(5)
     print 'Hello'
  3. Run the cell and then immediately save the notebook and close the browser tab

  4. Wait for 5 seconds to pass while the kernel is running

  5. Open the notebook again and the assumed output 'Hello' wouldn't be there

Is it a bug or just the way IPython notebook supposed to work? If the latter is the case, I wonder what the most seamless workaround is. Thanks.

@chenaren chenaren changed the title Outputs from long-running cell won't be shown without keeping browser window open Outputs from long-running cell won't be shown without keeping browser tab open Apr 15, 2014
@minrk minrk added this to the wishlist milestone Oct 3, 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