API Reference

jupyter_ui_poll

ui_events()

Gives you a function you can call to process UI events while running a long task inside a Jupyter cell.

with_ui_events(its[, n])

Deal with kernel ui events while processing a long sequence

run_ui_poll_loop(f[, sleep, n])

Repeatedly call f() until it returns something other than None while also responding to widget events.