Hi, for some app I am building, I need to run RDP and eikon queries in Python. I want to be able to deploy my app on trader's (Windows) desktops. How can I handle the session key (see snippet below)? Is there a way via pyRFA e.g.?
Many thanks
Best regards
Grigorios
import eikon as ek import refinitiv.dataplatform as rdp rdp.open_desktop_session(MYKEY) ek.set_app_key(MYKEY)