Python libraries

The Palantir extension for Visual Studio Code contains a library panel that allows you to manage the Python libraries inside your Project. You can search for libraries and install different versions.

Visual Studio Code library panel.

When you install a library, the extension automatically adds the dependency to the meta.yaml file and updates the Python environment.

Project imports

When you try to install a library from a backing repository that is not imported into your project, you will be prompted to add that backing repository and you must choose Yes to continue.

Backing repository import.