Jeremy Tuloup
Jeremy Tuloup
> I couldn't get @jtpio 's example to work For reference JupyterLite removed this workaround in https://github.com/jupyterlite/jupyterlite/pull/911. So not sure it still applies to newer version of Pyodide.
> There is no heartbeat, so workspace will eventually time out because of inactivity. Right, that is one major drawback of the current workaround.
For reference this seems to be the case in JupyterLab 4.2.2 too: 
This one (https://github.com/jupyterlab/jupyter-ai/pull/859) merged a few days ago may also be relevant to https://github.com/jupyterlab/jupyter-chat/issues/52.
Adding this new one so it's also on the radar: https://github.com/jupyterlab/jupyter-ai/pull/905
Linking to https://github.com/jupyterlab/jupyter-ai/issues/119 as related.
Jupyter AI requires some setup on the Jupyter Server side to be able to use the models. And it also uses some dependencies that might not be packaged for WebAssembly...
For reference, here is another experiment for getting Jupyter AI - like features to work in JupyterLite: https://github.com/jtpio/jupyterlab-codestral. It is distributed as a regular pure frontend JupyterLab extension, which means...
> @jtpio looking at the traceback here, could it be related to the coincident error we had? It is indeed the same error message as originally reported in https://github.com/jupyterlite/jupyterlite/issues/1424. Although...
If I recall correctly, these `devDependencies` were added in https://github.com/jupyterlab/extension-cookiecutter-ts/pull/293, mostly because of `pnpm`? There is some prior discussion about this here: https://github.com/jupyterlab/extension-cookiecutter-ts/pull/293#issuecomment-1708820405 Also thinking it would be great to...