Connect your app to Python code anywhere on the internet - The Anvil Uplink in 100 seconds

Опубликовано: 06 Октябрь 2024
на канале: Anvil
5,677
81

Sometimes you want to connect your web app to Python code running on another machine. Perhaps your app needs resources that are only available on your company network, or on your computer.

You can connect code anywhere on the Internet to your Anvil app using the Anvil Uplink - check out our QuickStart docs to get up and running:
https://anvil.works/docs/uplink/quick...

The Uplink makes any Python code behave like server side code. Anything you can do on the server side can also be done from the Uplink - searching and modify your Data Tables, or checking who’s logged in, for example.

It’s common to use the Uplink to connect to a Jupyter Notebook to create an Anvil front-end for your Data Science models. Here’s a tutorial video where we do just that:
https://anvil.works/blog/jupyter-note...