Sharing data from the shared/ folder

I would like to share a link to a dataset hosted on a juicebox. However, when I copy the url link from my file browser it is tied to my container, and the person trying to open the link does not have access to it.

How should I share a link to something stored in the shared/ folder?

Hi, there are jupyterhub provides a user-redirect option which allows the user to access the data on their own server.

To utilise this, replace in the url for the data you want to share, replace .../user/<username>/... with .../hub/user-redirect/....

Alternatively, in the jupyterlab interface there is the option to “Copy Shareable link” (however this is not available in the file browser)

Hope this helps!

Thanks for your help!