Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Examples

This folder contains various examples. Each example is self-contained, so you can run it with :

python examples/<example_name.py>

basic_addition.py

Open In Colab Run on repl.it Run on glitch

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