Databricks' documentation for using bokeh shows using displayHTML, which seems to be incompatible with using ipywidgets, or putting them in Databricks dashboards.
I found there is undocumented functionality with plotting interactive altair charts in Databricks (for similar use cases), but have not been able to discover any undocumented ways to get bokeh plots to display without the displayHTML hack. Is this that true? Any suggestions for using bokeh with ipywidgets and in Databricks dashboards?