Display pop up notification at initialisation

I am trying to show a pop up notification using the new Notification feature of Panel 0.13.0 directly on the landing page of a dashboard.

The pop up is well displayed when I trigger a function using a button but it doesn’t appear when I am trying to display it at landing.
Do you have any idea how I could launch a function at landing after the layout is built without having to interact with the dashboard ?

1 Like

pn.state.onload(function)

2 Likes