Open
Description
Is your feature request related to a problem? Please describe.
I'd love to be able temporarily disable the progress bar while running chunks of h2o
code using with
.
Describe the solution you'd like
I think the contextmanager
decorator would solve this.
Describe alternatives you've considered
I could write a try
finally
block.
Additional context
Looks like R can do this based on #6991