URL Rewrite to friendly

Hi all,

I just deployed a Jupyter Lab for my campus. However, the URL doesn’t look good, since there’s a port behind, so I want to rewrite the URL inside the Jupyter configurations.

I use Jupyter Lab on Windows Server with IIS.

Is that possible?

My default URL:

http://theflightsims.tfs:8000/user/rta-lab/lab

The URL that I want to expect:

http://theflightsims.tfs/rlab/rta/lab

Speaking from uninformed position, please correct me if the suggestion is not relevant: why not set port to 80 which is the default for http and does not need to be specified? If switching port is not possible maybe you can set up a proxy !but this would probably outside of Jupyter)?

1 Like