pyodide intermittently fails to start
Opened this issue · 0 comments
stevejpurves commented
Describe the bug
context
When starting the demo with JupyterLite server selected
expectation
I expected the server and kernel to start without a problem
bug
But instead we get this failure. This seems to happen intermittently and might be a timing issue around requestingExecute whilst the kernel is still initializing?
Or perhaps, this is because we have not initialized o stubbed something related to the FileSystem plugin?
Reproduce the bug
- start the demo
npm run start
- go to the interactive demo
- chose "An InBrowser JuptyerLite Server
- press Connect
- press run all
the error occurs intermittently
List your environment
No response