jupyterlite / terminal

A terminal for JupyterLite.
https://jupyterlite-terminal.vercel.app/
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Use WebWorker #3

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 5 months ago

Initial implementation runs in the main thread. It should actually run in a WebWorker using comlink, in a similar way to how various jupyterlite kernels are implemented.

jtpio commented 3 months ago

Looks like this was fixed by https://github.com/jupyterlite/terminal/pull/15 and can be closed?

ianthomas23 commented 3 months ago

Yes, thanks.