$ uv tool run marimo@0.10.2 export html-wasm apps.py -o wasm --mode runserve it on python http server, after loading the index file, caught
This cell raised an exception: FileNotFoundError('[Errno 44] No such file or directory: 'data.csv''
from pyodide.http import pyfetch response = await pyfetch("https://raw.githubusercontent.com/caggionim/marimo_rheofit/refs/heads/main/models.py") with open('models.py', 'wb') as file: file.write(await response.bytes())