Utils Folder
This section provides an overview of the attributive operations provided for the Utils folder.
Users can import external utility scripts into the Utils folder within the Workspace. Users can either upload a local file or pull it from a Git repository. This functionality is particularly useful for managing custom scripts and utilities that are reused across notebooks and projects.
Steps to Import a Utility File
Navigation path: Data Science Lab > Workspace > Utils Folder > Elipsis > Import
Navigate to the Workspace tab in the Data Science Lab module.
Select the Utils folder within the workspace.
Click the Elipsis (three-dot) icon next to the Utils folder.
A Context Menu will appear.
Click the Import option from the context menu.
Import Utility File Options
The Import Utility File window opens, offering two import options:
Import Utility: Allows users to upload a utility file from the local system.
Pull from Git: Allows users to pull utility files directly from a Git repository.
Importing a Utility File
In the Import Utility File window, select the Import Utility option using the checkbox.
In the Utility Description field, provide a brief description of the utility script.
Click Choose File to open the file explorer.
Browse and select the utility file to upload (supported formats:
.py
,.json
, etc.).The uploaded utility file title will appear next to the Choose File option.
Click Save to complete the upload process.
Accessing the Imported Utility File
After the utility file is successfully imported, navigate back to the Utils folder under the Workspace tab.
The imported utility file will be listed in the Utils folder for easy access and usage in notebooks and other project components.