Acccess a Remote kernel from JupyerLite

Does anyone have an example / demo of connecting a JupyterLite instance to a remote kernel? I have a use case where I can run the majority of my simple set of notebooks in the browser using WASM kernels, but a couple of notebooks require execution on a remote hosted GPU server.

–tony

1 Like

Unfortunately, to my best knowledge, there is no such a kind of open sourced solution yet.

But Meta has an inhouse solution. You may find related discussion here,
[remote (classic) kernels, just like Meta Bento · jupyterlite/jupyterlite · Discussion #1415 (github.com)].(remote (classic) kernels, just like Meta Bento · jupyterlite/jupyterlite · Discussion #1415 · GitHub)

1 Like