Closed tkilias closed 9 months ago
Ir order to show the URL to users I see multiple places affected:
--detach
to ensure the message is displayed immediately and does not require to use docker logs
Please add the URL to the current ticket.
Proposal: http://<host>:<forwarded port>/lab/tree/start.ipynb
@ckunki I think, we also need to change the motd for the VMs
@ckunki and we should set the defaul_url in the jupyterlab config https://jupyterlab-server.readthedocs.io/en/latest/api/app-config.html
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
runtime/ansible/roles/jupyter/tasks/jupyterlab.yml
is updated to set the URL as default URL in Juypter lab config see https://jupyterlab-server.readthedocs.io/en/latest/api/app-config.html--detach
to ensure the boot message is displayed directly without needing to usedocker logs