DOC Add more related projects (#1296)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
Roman Yurchak 2021-03-02 17:43:46 +01:00 committed by GitHub
parent 7f66a38ffd
commit a1241301dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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