viebel/klipse

Pyodide:

viebel opened this issue · 0 comments

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