Jeremy Tuloup
Jeremy Tuloup
> ```yaml > - jupyterlite-xeus==0.2.0a0 > ``` Not sure the `jupyterlite-xeus` pre-release is available on conda-forge. So maybe worth trying with `pip` for now: ```yaml - pip: - jupyterlite-xeus==0.2.0a0 ```
FYI @connorferster this seems to be doing the trick: https://github.com/jupyterlite/xeus-python-demo/pull/40 Even with `micromamba` not listed in the `build-environment.yml` file, but it's likely because it's already installed as part of the...
Thanks @connorferster! > I have raised this issue on the conda repo but have heard nothing back Which issue is it? There is also https://github.com/conda/conda/pull/13962 which would likely fix this.
@connorferster would you be able to try with the latest version of the template to see if https://github.com/jupyterlite/xeus-python-demo/pull/40 fixes the issue?
Pausing this for now since there are quite a few changes in coincident v2. Moving in favor of https://github.com/jupyterlite/xeus/pull/108 for now to align the behavior with https://github.com/jupyterlite/pyodide-kernel.
Looks like the use of `postMessage` in `xeus-lite` may need some investigation: https://github.com/jupyter-xeus/xeus-lite/blob/b1c9e1fd29caa88e7ebb2dd06c798c248ed01b0c/src/xserver_emscripten.cpp#L24-L32
It would also have been nice to mention this change in the changelog for visibility: https://jupyterlite-xeus.readthedocs.io/en/latest/changelog.html For the docs, there is already some content https://jupyterlite.readthedocs.io/en/stable/howto/content/python.html we could link to.
@MRYingLEE what would you like to achieve with the Python JavaScript bindings that Pyodide provides? It's also worth noting that the JupyterLite Pyodide kernel runs in a Web Worker, and...
Of note, `coincident` v2 was just released: https://github.com/WebReflection/coincident/releases/tag/v2.0.0 One of the changes is: > the "maybe available" SharedArrayBuffer issue has been fully solved via [sabayon](https://github.com/WebReflection/sabayon#readme) which guarantee functionality with or...
@markwilkinson Could it be because `cnn.com` redirects to `edition.cnn.com`? Using https://edition.cnn.com/ directly in the code seems to be working fine: 