Interactive usage of Birdy WPSClient with widgets

[ ]:
import birdy
from birdy import WPSClient
from birdy.client import gui

emu = WPSClient(url="http://localhost:5000/wps")
raven = WPSClient(url="http://127.0.0.1:9099/")
[ ]:
resp = gui(emu.binaryoperatorfornumbers)
[ ]:
resp.get()
[ ]:
resp = gui(emu.non_py_id)
[ ]:
resp = gui(emu.output_formats)
[ ]:
resp.get()