klipse icon indicating copy to clipboard operation
klipse copied to clipboard

Pyodide:

Open viebel opened this issue 2 years ago • 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

viebel avatar Jan 29 '22 20:01 viebel