Interactive usage of Birdy WPSClient with widgetsΒΆ

[ ]:
from birdy import WPSClient
from birdy.client import nb_form
emu = WPSClient(url='http://localhost:5000/wps')
[ ]:
resp = nb_form(emu, 'binaryoperatorfornumbers')
[ ]:
resp.widget.result.get(asobj=True)
[ ]:
nb_form(emu, 'non.py-id')
[ ]:
nb_form(emu, 'chomsky')