You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/02/10 09:09:15 UTC

[GitHub] [zeppelin] hsuanxyz opened a new pull request #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty

hsuanxyz opened a new pull request #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty
URL: https://github.com/apache/zeppelin/pull/3635
 
 
   ### What is this PR for?
   
   Fix can not update output when the data is empty
   
   
   ### What type of PR is it?
   [Bug Fix]
   
   
   ### What is the Jira issue?
   
   https://issues.apache.org/jira/browse/ZEPPELIN-4568
   
   ### How should this be tested?
   
   Try the following code:
   
   ```pythone
   import sys
   import time
   from IPython.display import display, clear_output
   for i in range(10):
       time.sleep(0.25)
       clear_output(wait=True)
       print(i)
       sys.stdout.flush()
   ```
   
   Should be updated instead of append the output
   
   ### Screenshots (if appropriate)
   
   ![Kapture 2020-02-10 at 17 07 46](https://user-images.githubusercontent.com/22736418/74135832-f4a34e00-4c27-11ea-9af8-9ab1f8da218d.gif)
   
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No 
   * Does this needs documentation? No
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zeppelin] Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty

Posted by GitBox <gi...@apache.org>.
Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty
URL: https://github.com/apache/zeppelin/pull/3635#issuecomment-587943603
 
 
   Thanks @hsuanxyz. LGTM

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zeppelin] Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty

Posted by GitBox <gi...@apache.org>.
Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty
URL: https://github.com/apache/zeppelin/pull/3635#issuecomment-588436704
 
 
   Merge to master

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zeppelin] asfgit closed pull request #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty
URL: https://github.com/apache/zeppelin/pull/3635
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services