We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad05df6 commit 27c4c67Copy full SHA for 27c4c67
index.html
@@ -12,6 +12,7 @@
12
let pyodide = await loadPyodide();
13
14
await pyodide.loadPackage("micropip");
15
+ await pyodide.loadPackage("ssl");
16
const micropip = pyodide.pyimport("micropip");
17
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
18
await micropip.install('matplotlib');
0 commit comments