Forum Discussion
data_quantum
2 years agoNew Member
Sharing data progress outside Fabric Notebook
Hi, I am connecting to a Lakehouse from a Notebook within Microsoft Fabric. I run an analysis on a dataframe, e.g. ydata_profiler using a PySpark, that produces an inline report of my data. Grea...
data_quantum
2 years agoNew Member
Current workflow is:
Read Lakehouse table into a Spark datafram in a Notebook
Run any analysis (e.g. a ProfileReport from ydata_profiler package)
Write the profile report to an html file in the Lakehouse
Use OneLake file explorer in windows explorer to view the html file in a browser (requires installing OneLake file explorer (https://learn.microsoft.com/en-us/fabric/onelake/onelake-file-explorer))
Kinda works for now