8 questions
2
votes
1
answer
151
views
h2o-wave: ui event without ui update
I would like to respond to a button click without updating or changing the ui (e.g. just do a print() for now). If I try with h2o-wave v1.0.2 on Win10-22H2, the ui seems to hang in an infinite loading ...
0
votes
1
answer
493
views
h2o wave app with realtime dashboard (using ui.small_series_stat_card)
I would like to create h2o_wave interactive app (not a script) with several pages/screens (using tabs), one of which would display a dashboard with continuously updated charts in real time. Something ...
0
votes
1
answer
38
views
H20 cluster - generate the values in a tabular format for pdp plots
I am using the h20 cluster to train the model using tuned random forest and plot pdp plots using the below code
tx = tuned_rf.explain(test_data, top_n_features=5, include_explanations='pdp')
This is ...
0
votes
1
answer
519
views
h2o-wave deployment with uvicorn, httpx connection err [Errno 111] Connect call failed
I want to run h2o wave with uvicorn command.
in public document (https://wave.h2o.ai/docs/deployment) says
wave run foo == uvicorn foo:main
but in my pycharm terminal,
"wave run foo" works ...
3
votes
1
answer
289
views
How do I deploy my H2O wave app (e.g. with heroku)?
Is there a way to deploy an app created using H2O wave?
I recently made a data visualization app and would like people to be able to demo it really quickly and easily.
I have tried following this ...
1
vote
1
answer
484
views
How do I use a specific host in an h2o-wave app
Currently trying to run an h2o-wave app on a remote server. I'm restricted to using 0.0.0.0 as the host on the server (the specific port is not as restrictive).
I've looked at the h2o configuration ...
0
votes
2
answers
492
views
Deploy H2O Wave application to Heroku?
I am relatively new to deploying python web applications but I was trying to deploy my H2O wave app to Heroku but kept running into issues and I couldn't find much help in the documentation.
...
2
votes
1
answer
261
views
Does H2O Wave include reactive programming model?
If H2O Wave does for Python what Shiny did for R then a logical question if reactive programming is supported by Wave? Reviewing docs I found Data Binding (it appears one-way) and Realtime Sync (which ...