You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it seems like the only way to render in Databricks notebook is via displayHTML(fig.to_html()).
From Slack:
Is displayHTML a built-in databricks thing? If so, then this could be done as ExternalRenderer renderer, where the side-effect is calling displayHTML. And we could use the presence of that function in the global namespace to automatically enable the renderer.
)
but calling displayHTML instead of open_html_in_browser. We should probably extract a shared ExternalHtmlRenderer parent class too. Then add an auto-detect section like the colab one in
Right now it seems like the only way to render in Databricks notebook is via
displayHTML(fig.to_html())
.From Slack:
The text was updated successfully, but these errors were encountered: