From 5f9c77acad5dffbe887153cb5aa25414880d3e2d Mon Sep 17 00:00:00 2001 From: yuna-s <38641545+yuna-s@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:26:02 +0900 Subject: [PATCH] Update environment-manage-library.md I think we can also update py file as a custom library. Could you check this update? --- docs/data-engineering/environment-manage-library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-engineering/environment-manage-library.md b/docs/data-engineering/environment-manage-library.md index 021a93cf42..03cc2427c5 100644 --- a/docs/data-engineering/environment-manage-library.md +++ b/docs/data-engineering/environment-manage-library.md @@ -60,11 +60,11 @@ Fabric provides the option to export the full public library list to a YAML file ## Custom libraries -Custom libraries refer to code built by you or your organization. Fabric supports custom library files in .whl, .jar, and .tar.gz formats. +Custom libraries refer to code built by you or your organization. Fabric supports custom library files in .whl, .py, .jar, and .tar.gz formats. > [!NOTE] > Fabric only supports *.tar.gz* files for R language. -> Use the *.whl* file format for Python language. +> Use the *.whl, .py* file format for Python language. :::image type="content" source="media\environment-lm\env-library-management-custom-library.png" alt-text="Screenshot of the environment Custom Libraries screen.":::