viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.1k stars 153 forks source link

Pyodide: #400

Open viebel opened 2 years ago

viebel commented 2 years ago

We need to find a way to make sure a code snippet is evaluated only after the previous ones are evaluated.

It is required in order to be able to load a library in a code snippet and use it in a subsequent code snippet without loading the library again in the code of the subsequent code snippet.

Right now, when a library starts to be loaded, the snippet is considered by Klipse to be evaluated and subsequent snippets are evaluated.

cc: @alysbrooks