pyodide/docs/project/related-projects.md

932 B

Related Projects

WebAssembly ecosystem

  • emscripten is the compiler toolchain for WebAssembly that made Pyodide possible.

Notebook environements / IDEs / REPLs

  • Iodide is a notebook-like environment for literate scientific computing and communication for the web. It is no longer actively developed. Historically, Pyodide started as plugin for iodide.
  • Starboard notebook is an in-browser literal notebook runtime that uses Pyodide for Python.
  • Basthon notebook is a static fork of Jupyter notebook with a Pyodide kernel (currently in French).

Other projects

  • wc-code is a library to run Javascript, Python and Theme the browser with inline code blocks. It uses Pyodide to execute Python code.