cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
cancel
Showing results for 
Search instead for 
Did you mean: 

Can the HTML behind a SQL visualisations be accessed?

bs_77
New Contributor II

We are using MLFlow to manage the usage of some self service notebooks. This involves logging parameters, tables and figures.

Figures are logged using:

mlflow.log_figure(
  figure=fig,
  artifact_file="visual/fig.html"
)

Usually the fig object is generated using seaborn, plotly or matplotlib. With the addition of the redash chart editor to notebooks we can use the inbuilt visualisation tool more.

Is there a way to access the HTML so the an image created using the in-built editor can be logged?

Cheers

1 REPLY 1

Anonymous
Not applicable

There is no way to access the html used. You can download the images. The editor uses redash, so you can try looking at that library for more information.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.