Interactive usage of Birdy WPSClient with widgets


In [ ]:
from birdy import WPSClient
from birdy.client import nb_form
emu = WPSClient(url='http://localhost:5000/wps')

In [ ]:
resp = nb_form(emu, 'binaryoperatorfornumbers')

In [ ]:
resp.widget.result.get(asobj=True)

In [ ]:
nb_form(emu, 'non.py-id')

In [ ]:
nb_form(emu, 'chomsky')