Jeremy Tuloup
Jeremy Tuloup
> When I try to install your example with `pip install -e .` into the conda environment, I get: Maybe try with Python 3.11? Looks like an issue when installing...
As an alternative for pre-installing packages you might also want to look into using the `Xeus Python` kernel for JupyterLite. The docs cover some differences between the two kernels at...
Thanks @theOvercloud. This sounds similar to the issue on the pyodide kernel repo: https://github.com/jupyterlite/pyodide-kernel/issues/94 Typically this is because the Pyodide kernel runs in a Web Worker. Maybe this could be...
Thanks @epugh for the report. The downloading of a specific Pyodide version that can be used offline is now handled in the `jupyterlite-pyodide-kernel` addon: https://github.com/jupyterlite/pyodide-kernel Normally the `--pyodide` CLI option...
Ah according to the screenshot in https://github.com/o19s/quepid-jupyterlite/pull/3, it looks like this might be related to the mimetype of the wasm file. Maybe you could try starting the server with `jupyter...
Not sure if it may be an issue with the offline Pyodide feature, or related to the recent update to Pyodide 0.25.0 released in `jupyterlite-pyodide-kernel==0.2.2`. Would you be able to...
> I did notice that by removing in my docker command the `--pyodide` command that my tgz file is much smaller, I suspect because I am not packaging it for...
Thanks @kolibril13. This might also be related to https://github.com/jupyterlite/jupyterlite/issues/9. An visual indication would already help quite a bit.
> Again, this could be made clearer in the docs (to be clear, this is my user feedback — the docs are comprehensive and clearly a lot of time has...
Thanks @gitskim for reporting and providing the details. Currently support for RTC is still experimental in JupyterLite and implemented in a separate repo: https://github.com/jupyterlite/jupyterlab-webrtc-docprovider. Hopefully https://github.com/jupyterlite/jupyterlite/pull/1019 and https://github.com/jupyterlite/jupyterlab-webrtc-docprovider/pull/17 will help...