Forum Discussion
3rd party python libraries
How do I use 3rd party python libraries?
- Anonymous3 years ago
Hello Anonymous ,
Checkout the below steps to install 3rd pary python libaries in library mangement:For more details, refer to Manage Apache Spark libraries in Microsoft Fabric.
Hope this helps.
3 Replies
- DennesTorresPower Participant
Hi,
On workspace settings, you can use library management -> Custom Libraries to add custom libraries to your workspaceKind Regards,
Dennes
- chetnachaudhariAdvocate I
Hi Anonymous,
As Dennes mentioned you can either use workspace settings to install libraries at workspace level or you can install Python libraries using pip at session level.
Below is a code snippet to show how to install libraries at session level%pip install fakerRegards,
Chetna - AnonymousNot applicable
Hello Anonymous ,
Checkout the below steps to install 3rd pary python libaries in library mangement:For more details, refer to Manage Apache Spark libraries in Microsoft Fabric.
Hope this helps.