Get started with Examples

The easiest way to get started is through examples.

All examples are self-contained, ready-to-deploy. You can run any example with :

python examples/<example_name>.py

basic_addition.py

Open in colab basic addition Run on replit basic addition Run on glitch basic addition

Minimal example with a basic AJAX request, doing addition between two numbers.
If the result is 42, also update the input fields to be 42 as well.