PythonHere#
PythonHere lets you run Python code from a local Jupyter notebook inside a remote Kivy app.
PythonHere has two parts:
Here is the remote/server side. It runs a Python environment with a Kivy GUI, for example on Android, Raspberry Pi, or another machine.
%there is the local/client side. It is a Jupyter magic command for running code interactively in the remote PythonHere environment.
This makes PythonHere useful as a live Python/Kivy playground, and as a way to inspect or control a Python app running remotely.

Usage examples videos: YouTube channel