(using_from_javascript)= # Using Pyodide from Javascript This document describes using Pyodide directly from Javascript. For information about using Pyodide from Iodide, see {ref}`using_from_iodide`. ## Startup To include Pyodide in your project you can use the following CDN URL, https://cdn.jsdelivr.net/pyodide/v0.15.0/full/pyodide.js You can also download a release from [Github releases](https://github.com/iodide-project/pyodide/releases) (or build it yourself), include its contents in your distribution, and import the `pyodide.js` file there from a `
Pyodide test page