Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.