Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
151 views

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 ...
Georg Braun's user avatar
0 votes
1 answer
493 views

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 ...
radoslavp's user avatar
0 votes
1 answer
38 views

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 ...
rqqa's user avatar
  • 25
0 votes
1 answer
519 views

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 ...
H Sung's user avatar
  • 41
3 votes
1 answer
289 views

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 ...
curiosity1's user avatar
1 vote
1 answer
484 views

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 ...
Keith's user avatar
  • 154
0 votes
2 answers
492 views

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. ...
Ken's user avatar
  • 1,503
2 votes
1 answer
261 views

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 ...
topchef's user avatar
  • 20k