I'd like to access the running pyodide/webworker instance from another jupyterlite extension, I think interface is not exposed in this package? @jtpio Thanks!
With the access, I'm able to use pyodide.FS to directly create content on the virtual pyodide file system. (kernel.requestExecute does not work when another cell is in execution)
I'd like to access the running pyodide/webworker instance from another jupyterlite extension, I think interface is not exposed in this package? @jtpio Thanks!
With the access, I'm able to use
pyodide.FSto directly create content on the virtual pyodide file system. (kernel.requestExecutedoes not work when another cell is in execution)