Hi @jhorikawa , thanks for your demo.
May I ask how the python script shall be changed if compute-rhino3d is not installed on a local server?
I.e., if we are not using compute_rhino3d.Util.url = "http://127.0.0.1:8081/"
and post_url = compute_rhino3d.Util.url + "grasshopper" and response = requests.post(), how shall we econde/decode the json data as created in the script so that it can be load by the json module?