Skip to article frontmatterSkip to article content

Conda Store

Within each user workspace where JupyterLab is provisioned also a dedicated Conda Store is available.

Conda Store enables users to define and manage reproducible Python environments. This ensures consistent execution across sessions and allows developers to control the underlying libraries and dependencies for their workflows.

conda_store2 Conda store User interface

Dedicated environments can be produced based on the user rights either for a user themselves or for a whole workspace and shared with colleagues or other people.

Conda Store supports GUI or yaml syntax for environment creation and examples and how to guides can be found in the official documentation

conda_store