cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Databricks notebook dashboard export

RolandCVaillant
New Contributor II

After the latest Databricks update, my team can no longer download internal notebook dashboards in the dashboard view as .html files. When downloading, the entire code is always exported as an .html file. Is there a way to export just the notebook dashboard?

1 REPLY 1

Advika
Databricks Employee
Databricks Employee

Hello @RolandCVaillant!

For AI/BI dashboards, you can download the rendered view as a PDF after publishing the dashboard. However, there isn’t a direct way for notebook dashboards. Instead, you can export the notebook by selecting File > Export in the notebook toolbar and choosing a format like HTML or IPython Notebook. You can then convert the exported file to PDF using external tools or by opening the print dialog and saving it as a PDF.