Something something about something ...
[[fetch]] from = "./" to_folder = "./" files = ["a.py", "b.py"] import js import a, b print('Hello Console!') js.console.log(a.x, b.x) 'Hello Web!' # note the target is this element itself display('second <py-script>') # note this is late to the party simply because # pyodide needs to be bootstrapped in the Worker too XWorker('../a.py') 'OK'
Made on pyscript.com │ View Code