mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
add initializers that run before py-script scripts run and post initializers that run after. Also add function to unescape some of the characters when read form html tags
This commit is contained in:
@@ -107,7 +107,7 @@ let loadInterpreter = async function(): any {
|
||||
});
|
||||
|
||||
// now that we loaded, add additional convenience fuctions
|
||||
pyodide.loadPackage(['matplotlib', 'numpy'])
|
||||
pyodide.loadPackage(['matplotlib', 'numpy', 'bokeh'])
|
||||
|
||||
await pyodide.loadPackage("micropip");
|
||||
// await pyodide.runPythonAsync(`
|
||||
|
||||
Reference in New Issue
Block a user