Create announcements on jupyter lab UI

Hello, how are you?

I am working on a Jupyter Lab installation for other customers.
My team would like to create ads that can be seen by customers when they log in to their notebook.

We found the functionality described above on Jupyter HUB.
https://jupyterhub.readthedocs.io/en/stable/howto/templates.html

Is there something similar in Jupyter LAB?

Thanks!

Hey, I guess you could use the notifications system to display the announcements

https://jupyterlab.readthedocs.io/en/latest/extension/ui_helpers.html#notifications

It is available since lab 3.6

1 Like