Distributing Applications#
Panel applications are standard Python applications that can run on different server architectures. In order to deploy a runnable application it has to be distributed along with the Python environment it will run in. In this section we will describe some of the approaches that allow distributing a Panel application alongside the environment it will run in.
Distribute with UV
How to share your Panel scripts with UV