From a1241301dcd28d01c855de0d109f8a55ee7b4ea0 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 2 Mar 2021 17:43:46 +0100 Subject: [PATCH] DOC Add more related projects (#1296) Co-authored-by: Hood Chatham --- docs/project/related-projects.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/project/related-projects.md b/docs/project/related-projects.md index 41a52c83e..b3119b7ea 100644 --- a/docs/project/related-projects.md +++ b/docs/project/related-projects.md @@ -1,5 +1,20 @@ # Related Projects +## WebAssembly ecosystem + +- [emscripten](https://emscripten.org/) is the compiler toolchain for WebAssembly + that made Pyodide possible. + +## Notebook environements / IDEs / REPLs + + - [Iodide](https://github.com/iodide-project/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](https://github.com/gzuidhof/starboard-notebook) is an + in-browser literal notebook runtime that uses Pyodide for Python. + - [Basthon notebook](https://notebook.basthon.fr/) is a static fork of Jupyter + notebook with a Pyodide kernel (currently in French). ## Other projects