Hi All,
I’ve made a pip package using jupyter-server-proxy which creates a launcher entry for a remote desktop
That entry opens in a frame a url not unlike https://baseurl.com/lab/user/myuser/desktop
Is there a way to add options to the url the launcher tries to open?
Rather than having it open …myuser/desktop it opens …myuser/desktop?option=value
The options I want the launcher to have are static, ideally I’d set those up on the python files that gets pip installed.
Kind Regards