Combining URL Functions

Hi ,
I have a problem with the reset of the workspace and the loading of a default notebook.
I use the syntax as indicated in the documentation:
https://jupyterlab.readthedocs.io/en/stable/user/urls.html#resetting-a-workspace

http(s)://server:port//lab/tree/path/to/notebook.ipynb?reset

wokspace reset is fine but it does not load the notebook …
then if I relaunch the url: http (s): // <server: port> / /lab/tree/path/to/notebook.ipynb the notebook is loaded.I would like to reset the workspace and load the notebook at the same time

An idea ?

Thanks