dodona-edu/papyros

Embeddable Papyros

pdawyndt opened this issue · 2 comments

Allow to embed Papyros in web pages. Instead of static code snippets, allow visitors of web page to run the code and modify the code sample. Might be used as a client-side alternative for Trinket

image

(I've also been thinking about doing this with futurecoder for a while)

Typical use case could then embed multiple code editors on the same page. Ideally, single pyodide instance in web worker could serve code execution from each editor instance.