How do we have our own custom help tooltips?

In the docs, I see it next to the labels

1 Like

For Inputs you should be able to do it with description: pn.widgets.IntInput(value=0, name="Test", description="Test").

Though it is not all widgets that are supported right now, see here.

Work to implement a standalone tooltip is being worked on here. And work on Bokeh side is also being done.

1 Like