jupyter-book/thebe

pyodide intermittently fails to start

Opened this issue · 0 comments

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?

image

Reproduce the bug

  1. start the demo npm run start
  2. go to the interactive demo
  3. chose "An InBrowser JuptyerLite Server
  4. press Connect
  5. press run all

the error occurs intermittently

List your environment

No response