Python Package Management

This documentation is for Dash Enterprise.
Dash Enterprise is the fastest way to write & deploy Dash apps and
Jupyter notebooks.
10% of the Fortune 500 uses Dash Enterprise to productionize AI and
data science apps. Find out if your company is using Dash Enterprise.

To keep Python packages in your development workspace in sync with
your deployed app, you have three options:

Once you commit your changes to the requirements.txt file and git push those changes to deploy, your app rebuilds with the new requirements file.