mirror of https://github.com/pyodide/pyodide.git
875df76b2f
```javascript _ = languagePluginLoader.then(() => { // pyodide is now ready to use... pyodide.loadPackage('Jinja2').then(() => { pyodide.runPython(` import jinja2 template = jinja2.Template('Hello {{ name }}!') print(template.render(name='Zach')) `); }); }); ``` |
||
---|---|---|
.. | ||
meta.yaml |