Multiple, simultaneous user sessions?

Thanks for the explanation! If the Server Code allows global variables that are not shared across different users, I think it would make sense to put my Python program in the Server Code instead of using Uplink (so that there wouldn’t be Media Object file conversion hurdles).

The only issue (related to my other question post) is that I cannot use custom libraries in the Anvil server. On a paid plan, I still wouldn’t have access to very specific libraries that I can simply pip install on Colab. Many of these libraries are Github repos.

I wonder if there’s a way to install your own libraries for your server-side program, such as through a requirements.txt file, instead of having to request them to be manually installed by Anvil.