Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Power BI aside, what visualization libraries are available in Fabric Notebooks? Quite a lot of my python code uses Plotly for the visuals.
Solved! Go to Solution.
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).
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).