I am using databricks for analysis of some clinical data - but in the end in order to include it into my Phd I need to put this data into editable document like google docs, microsoft word... and include there formatted tables (from data frames) text description (so I think about manually created template with placeholders for calculated values which would be automatically filled on the basis of some value from a given dataframe) and some visualizations for example from native databricks, power bi, or R ggplot2 ... .
I suppose problem is quite common, but I was not able to find any good solution