Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

What visualization libraries are available in Fabric?

Power BI aside, what visualization libraries are available in Fabric Notebooks?  Quite a lot of my python code uses Plotly for the visuals.

  • Anonymous's avatar
    Anonymous
    3 years ago

    By default, every Apache Spark pool in Microsoft Fabric contains a set of curated and popular open-source libraries. Examples include: Matplotlib, Bokeh and Plotly. However, you can technically use any HTML based (for example: D3.js) or Python/Scala provided visualization library by importing the necessary package(s).

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    By default, every Apache Spark pool in Microsoft Fabric contains a set of curated and popular open-source libraries. Examples include: Matplotlib, Bokeh and Plotly. However, you can technically use any HTML based (for example: D3.js) or Python/Scala provided visualization library by importing the necessary package(s).