How To Export Python Environment#
Introduction#
The python environment in a project can be exported to an environment.yml file. It can be useful to export it and then recreate it outside of Hopsworks, or just have a snapshot of all the installed libraries and their versions.
In this guide, you will learn how to export the python environment for a project.
Step 1: Go to environment#
Under the Project settings section you can find the Python libraries setting.
Step 2: 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.
Conclusion#
In this guide you learned how to export your python environment.