Any Shiny for Python experts out there? I'm starting to play around with it; I've deployed my app to a DigitalOcean droplet running Shiny Server and pointed /etc/shiny-server/shiny-server.conf to a venv I want to use.
That works like a charm, but I'm wondering if I would be able to use multiple environments in case I wanted different apps to use different package/Python versions. Not a deal-breaker (and honestly I don't have a use case right now, but still...)