Skip to content

Is it possible to displays live information in h2o apps like what we have in scripts? #1076

Answered by mturoci
mortezaomidi24 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mortezaomidi24.

The mechanism for periodic data updates is same for apps and scripts. Our dashboard example uses a simple infinite loop with time.sleep. The same can be used for Wave apps, but in a real-world scenario you might want to run the periodic part in a separate python thread instead.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mortezaomidi24
Comment options

@mturoci
Comment options

@mortezaomidi24
Comment options

@AWRDev
Comment options

@mturoci
Comment options

Answer selected by mortezaomidi24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants