Skip to content

How To Export Python Environment#

Introduction#

Each of the python environments in a project can be exported to an environment.yml file. It can be useful to export it to keep a snapshot of all the installed libraries and their versions.

In this guide, you will learn how to export a python environment.

Step 1: Go to environment#

Under the Project settings section you can find the Python environment setting.

Step 2: Select a CUSTOM environment#

Select the environment that you have previously cloned and want to export. Only a CUSTOM environment can be exported.

Step 3: Click Export env#

An existing Anaconda environment can be exported as a yml file, clicking the Export env will download the environment.yml file in your browser.

Export environment
Export environment

Conclusion#

In this guide you learned how to export your python environment.