Output Plots

Data

++

Sample rate

Species

Upload

Analyse

Processing

Download

-Input format is critical, there must be just one column of numbers which represent the ecg waveform.

-The first 20 rows are cropped off just incase they contained some sort of header!

-Species must be lowercase!!

-When it appears.. click "analyse" once and wait. There is no indication it is running!!!

packages = ["numpy", "matplotlib", "neurokit2", "requests"] files = ["./main.py"] import pyscript import time import js def runpy(): pbutton = js.document.getElementById("processing") abutton = js.document.getElementById("analyse_button") """time.sleep(5)""" pbutton.hidden = False abutton.hidden = True do_thing() pbutton.hidden = True