now with numpy

This commit is contained in:
Barak Michener 2020-12-04 23:13:06 -08:00
parent 1ca4f1e218
commit 7c2a93f1fc

View file

@ -1,6 +1,6 @@
languagePluginLoader.then(() => {
pyodide.loadPackage(["micropip", "cloudpickle"]).then( () => {
pyodide.loadPackage(["micropip", "cloudpickle", "numpy"]).then( () => {
pyodide.runPythonAsync(`
import micropip
import js