exasol / ai-lab

Development environment for data science developers
MIT License
3 stars 0 forks source link

Open Starting Page in Jupyter session per default #137

Closed tkilias closed 9 months ago

tkilias commented 9 months ago

When a Jupyter Lab session is started in the web browser, we want that the user directly sees the starting page.

There are few ways how this should work:

Acceptance criteria

The URL currently is http://<host>:<forwarded port>/lab/tree/start.ipynb

c.LabApp.default_url = '/lab/tree/start.ipynb'

image

ckunki commented 9 months ago

Ir order to show the URL to users I see multiple places affected:

ckunki commented 9 months ago

Please add the URL to the current ticket.

ckunki commented 9 months ago

Proposal: http://<host>:<forwarded port>/lab/tree/start.ipynb

tkilias commented 9 months ago

@ckunki I think, we also need to change the motd for the VMs

tkilias commented 9 months ago

@ckunki and we should set the defaul_url in the jupyterlab config https://jupyterlab-server.readthedocs.io/en/latest/api/app-config.html