Is there any way to add a Matplotlib visualizaton to a notebook Dashboard?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 05:31 AM
So I love that databricks lets you display a dataframe, create a visualization of it, then add that visualization to notebook dashboard to present. However, the visualizations lack some customization that I would like. For example the heat map visualization from the notebook dashboard doesn't let you modify the min max values for the color bar.
I have a matplotlib heatmap that is much more customized. Is there anyway to add this matplotlib visualization to a notebook dashboard?