Hi Sebastian, thanks a bunch. For connecting to the master from the applet in Python, would I essentially do what I find in the artiq repo, file artiq_client, method main? That is, use a Client as defined in artiq.protocols.pc_rpc, initialized with host ::1 and port 3251 in my case based on what I see for default behavior in artiq_client for my artiq configuration at least, and then just call 'set' on the Client object?
Could you say a bit more about what it would look like to forward the set_dataset method through the applet/dashboard IPC and what files in the artiq repo would need editing in this case?
Cheers,
Dave