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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have created a new environment in Data science project, problem I'm facing how i can check the list of installed libraries, it only showing the latest, not showing the previous installed libraries.
Solved! Go to Solution.
Hi @asifraza ,
Unfortunately that is not possible, you can only check the list of libraries present only using notebooks, but not in environment.
Reference Docs -
Create, configure, and use an environment in Microsoft Fabric - Microsoft Fabric | Microsoft Learn
Hope this is helpful. Please let me know incase of further queries.
Hi @asifraza ,
Thanks for using Fabric Community.
You can check the list of libraries present using below command in Fabric Notebooks -
!pip list
Hope this is helpful. Please let me know incase of further queries.
@Anonymous thanks for your quick answer, is it possible to check in environment?
Hi @asifraza ,
Unfortunately that is not possible, you can only check the list of libraries present only using notebooks, but not in environment.
Reference Docs -
Create, configure, and use an environment in Microsoft Fabric - Microsoft Fabric | Microsoft Learn
Hope this is helpful. Please let me know incase of further queries.