Tree navigation not working

I am trying to create sharable links from Jupyter workbench by using tree navigation as explained here.

However there is a case that tree navigation is not working. Here are the steps to reproduce:
1.- Open the Jupyter Notebook, open some file and then close the browser tab.
2.- When I open the URL to the file, it goes to the file opened in step 1, rather than the file that the URL points to.

I tried reseting the workspace by sending the reset parameter, but it still does not work.

Is there any other way of doing this, or is this a bug of reset parameter?

What version of JupyterLab are you using? This sounds similar to workspace is restored instead of loading requested document via `/tree/notebook.ipynb` · Issue #10876 · jupyterlab/jupyterlab · GitHub which was already fixed in a patch release.

Yep that seemed to be the issue. I am using 3.0.x and seems that this fix is not backported to my version.

2 Likes