From 939176260d183e6d068fc69f8a62a132efd91fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 9 Feb 2024 12:49:31 +0200 Subject: [PATCH 1/2] Add pyodide from example - https://pyodide.org/en/stable/usage/quickstart.html --- pyodide.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pyodide.html diff --git a/pyodide.html b/pyodide.html new file mode 100644 index 0000000000..bb46270f75 --- /dev/null +++ b/pyodide.html @@ -0,0 +1,21 @@ + + + + + + + Pyodide test page
+ Open your browser console to see Pyodide output + + + From 8b1c926741f5d3f338048d891eea2361cf0feab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 9 Feb 2024 13:18:02 +0200 Subject: [PATCH 2/2] Test loading packages --- pyodide.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/pyodide.html b/pyodide.html index bb46270f75..c421a0a044 100644 --- a/pyodide.html +++ b/pyodide.html @@ -8,12 +8,24 @@ Open your browser console to see Pyodide output