Jupyter-server-proxy launcher url configuration

Hi All,

I’ve made a pip package using jupyter-server-proxy which creates a launcher entry for a remote desktop
image

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

‘fixed’ it by modifying the lab plugin with hardcoded values appended to the url… might be worthwhile to add as an option to the entrypoint configuration of the widget.