1
2
3
4
5
6
window.document = {};
const { loadPyodide } = await import("https://www.unpkg.com/pyodide/pyodide.mjs");
const pyodide = await loadPyodide();
export function runPythonAsync(s) {
return pyodide.runPythonAsync(s);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
January 5, 2024